For the help menu item, show an information dialog with a link to the documentation...
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index cc5aa20..ac5cb54 100644 (file)
@@ -332,6 +332,8 @@ public:
 
        static void dialog_not_implemented();
 
+       static void dialog_help();
+
        static synfig::String get_user_app_directory();
        static synfig::String get_config_file(const synfig::String& file);
 }; // END of class App