]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormPreferences.h
add shortcuts to filedialogs directory buttons; small gnome patch from Michael
[features.git] / src / frontends / xforms / FormPreferences.h
index ceeb3a09c06a9c8a41bd5bed83d34e916dd3949e..09d7e5f6ca98aa6497c735b6042aa856ee0a26a4 100644 (file)
@@ -95,8 +95,8 @@ private:
         */
        void browse( FL_OBJECT * input,
                     string const & title, string const & pattern, 
-                    std::pair<string,string> const & dir1,
-                    std::pair<string,string> const & dir2 );
+                    std::pair<string,string> const & dir1= make_pair(string(),string()), 
+                    std::pair<string,string> const & dir2 = make_pair(string(),string()));
        
        /// Fdesign generated methods
        FD_form_preferences * build_preferences();