tweak startup dialog a bit to correctly save ardour.rc when need; get PROGRAM_NAME...
[ardour.git] / gtk2_ardour / ardour_ui.cc
index 1a5daf08c39ac1e4b77333ca755228069b8f9091..a6236b2038f5099d0a5a92f91a663caad7190211 100644 (file)
@@ -115,7 +115,7 @@ sigc::signal<void,nframes_t, bool, nframes_t> ARDOUR_UI::Clock;
 
 ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
 
-       : Gtkmm2ext::UI (X_("gui"), argcp, argvp),
+       : Gtkmm2ext::UI (PROGRAM_NAME, argcp, argvp),
 
          primary_clock (X_("primary"), false, X_("TransportClockDisplay"), true, true, false, true),
          secondary_clock (X_("secondary"), false, X_("SecondaryClockDisplay"), true, true, false, true),