From 661bbc2c4e4104ec63daf5089e0ec51659ce3c2a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Oct 2011 00:24:34 +0000 Subject: Tidy up overwritten files dialogue slightly. git-svn-id: svn://localhost/ardour2/branches/3.0@10216 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/export_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/export_dialog.cc') diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc index 50796f2fcc..fc05b12374 100644 --- a/gtk2_ardour/export_dialog.cc +++ b/gtk2_ardour/export_dialog.cc @@ -259,7 +259,7 @@ ExportDialog::update_warnings () list_files_hbox.show (); for (std::list::iterator it = warnings->conflicting_filenames.begin(); it != warnings->conflicting_filenames.end(); ++it) { string::size_type pos = it->find_last_of ("/"); - list_files_string += "\n" + it->substr (0, pos + 1) + "" + it->substr (pos + 1) + ""; + list_files_string += it->substr (0, pos + 1) + "" + it->substr (pos + 1) + "\n"; } } } -- cgit v1.2.3