Leave the title of dialog_not_implemented as the default for errors
authorpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 4 Mar 2007 09:02:35 +0000 (09:02 +0000)
committerpabs <pabs@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sun, 4 Mar 2007 09:02:35 +0000 (09:02 +0000)
git-svn-id: http://svn.voria.com/code@264 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/gtkmm/app.cpp

index c861f39..0292ff4 100644 (file)
@@ -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(); 
 }