X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fapp.cpp;h=0292ff46d0b4648a7071b3842b145d77aa9cab8a;hb=1596d1d53e12ad13aba324347b0751de26393180;hp=c861f395c81036b3d1c9eae0fb4cffb579b68447;hpb=60fa54231fd60ad2bae548ae0f99f0b0a0814a2d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/app.cpp b/synfig-studio/trunk/src/gtkmm/app.cpp index c861f39..0292ff4 100644 --- a/synfig-studio/trunk/src/gtkmm/app.cpp +++ b/synfig-studio/trunk/src/gtkmm/app.cpp @@ -1945,7 +1945,6 @@ App::dialog_not_implemented() { Gtk::MessageDialog dialog("Feature not available", false, Gtk::MESSAGE_ERROR, Gtk::BUTTONS_CLOSE, true); dialog.set_secondary_text("Sorry, this feature has not yet been implemented."); - dialog.set_title("Feature not available"); dialog.run(); }