From: pabs Date: Sun, 4 Mar 2007 09:02:35 +0000 (+0000) Subject: Leave the title of dialog_not_implemented as the default for errors X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=1596d1d53e12ad13aba324347b0751de26393180;p=synfig.git Leave the title of dialog_not_implemented as the default for errors git-svn-id: http://svn.voria.com/code@264 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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(); }