diff data/fileio/MIDIFileReader.cpp @ 308:14e0f60435b8

* Make it possible to drop audio files, layer files, session files and images onto SV panes. Need to do a bit more work on where we expect the dropped file to go, particularly in the case of audio files -- at the moment they're always opened in new panes, but it may be better to by default replace whatever is in the target pane.
author Chris Cannam
date Wed, 10 Oct 2007 15:18:02 +0000
parents 73537d900d4b
children 516819f2b97b
line wrap: on
line diff
--- a/data/fileio/MIDIFileReader.cpp	Wed Oct 10 10:22:34 2007 +0000
+++ b/data/fileio/MIDIFileReader.cpp	Wed Oct 10 15:18:02 2007 +0000
@@ -865,7 +865,7 @@
 	bool ok = false;
 	QString selected = QInputDialog::getItem
 	    (0, tr("Select track or tracks to import"),
-	     tr("You can only import this file as a single annotation layer,\nbut the file contains more than one track,\nor notes on more than one channel.\n\nPlease select the track or merged tracks you wish to import:"),
+	     tr("<b>Select track to import</b><p>You can only import this file as a single annotation layer, but the file contains more than one track, or notes on more than one channel.<p>Please select the track or merged tracks you wish to import:"),
 	     available, 0, false, &ok);
 
 	if (!ok || selected.isEmpty()) return 0;