Unify the canvases by moving groups around rather than using set_scrolling_region...
[ardour.git] / gtk2_ardour / editor_audio_import.cc
index 6a650a500cbda64d75ae23ef1baf7fb4536f6935..3d75de782c5c2017884d8af5c4c8cf0002287c25 100644 (file)
@@ -70,7 +70,7 @@ void
 Editor::add_external_audio_action (ImportMode mode_hint)
 {
        if (session == 0) {
-               MessageDialog msg (0, _("You can't import or embed an audiofile until you have a session loaded."));
+               MessageDialog msg (_("You can't import or embed an audiofile until you have a session loaded."));
                msg.run ();
                return;
        }
@@ -91,7 +91,7 @@ Editor::external_audio_dialog ()
        uint32_t track_cnt;
 
        if (session == 0) {
-               MessageDialog msg (0, _("You can't import or embed an audiofile until you have a session loaded."));
+               MessageDialog msg (_("You can't import or embed an audiofile until you have a session loaded."));
                msg.run ();
                return;
        }
@@ -885,7 +885,7 @@ Editor::import_progress_timeout (void *arg)
                interthread_progress_window->show_all ();
                reset = true;
        }
-
+       
        interthread_progress_label.set_text (import_status.doing_what);
 
        if (import_status.freeze) {