Extract translatable strings from some more files
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.h
index f3d7338..72067f0 100644 (file)
@@ -198,7 +198,10 @@ public:
        static bool restrict_radius_ducks;
 
        static synfig::String browser_command;
-
+       static synfig::String custom_filename_prefix;
+       static int preferred_x_size;
+       static int preferred_y_size;
+       static synfig::String predefined_size;
        /*
  -- ** -- S I G N A L S -------------------------------------------------------
        */
@@ -331,6 +334,7 @@ public:
        static void dialog_warning_blocking(const std::string &title, const std::string &message);
 
        static bool dialog_entry(const std::string &title, const std::string &message,std::string &text);
+       static bool dialog_paragraph(const std::string &title, const std::string &message,std::string &text);
 
        static bool dialog_yes_no(const std::string &title, const std::string &message);