From 1596d1d53e12ad13aba324347b0751de26393180 Mon Sep 17 00:00:00 2001 From: pabs Date: Sun, 4 Mar 2007 09:02:35 +0000 Subject: [PATCH] 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 --- synfig-studio/trunk/src/gtkmm/app.cpp | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.7.4