]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FileDialog.h
ws cleanup
[lyx.git] / src / frontends / FileDialog.h
index 7ed87a9cf3e3958bcebe68d7f64e23f0c402c225..38d6e396b0d1eb3e51ba45ec4fd2a49dc0c9c541 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /**
  * \file FileDialog.h
  * Copyright 2001 the LyX Team
@@ -14,7 +15,6 @@
 #pragma interface
 #endif
 
-#include <config.h>
 #include <utility>
 
 #include "commandtags.h"
@@ -44,24 +44,27 @@ public:
 
        /**
         * Constructs a file dialog attached to LyXView \param lv, with
-        * title \param title. If param \a is \const LFUN_SELECT_FILE_SYNC
+        * title \param title. If \param a is \const LFUN_SELECT_FILE_SYNC
         * then a value will be returned immediately upon performing a Select(),
         * otherwise a callback Dispatch() will be invoked with the filename as
         * argument, of action \param a.
         *
-        * Up to two optional extra buttons are allowed for specifying addtional
-        * directories in the navigation.
+        * Up to two optional extra buttons are allowed for specifying
+        * additional directories in the navigation (an empty
+        * directory is interpreted as getcwd())
         */
-       FileDialog(LyXView * lv, string const & title, kb_action a = LFUN_SELECT_FILE_SYNC,
-               Button b1 = Button(string(), string()),
-               Button b2 = Button(string(), string()));
-                       
+       FileDialog(LyXView * lv, string const & title,
+                  kb_action a = LFUN_SELECT_FILE_SYNC,
+                  Button b1 = Button(string(), string()),
+                  Button b2 = Button(string(), string()));
+
 
        ~FileDialog();
 
        /**
-        * Choose a file for selection, starting in directory \param path, with the file
-        * selection \param mask. The \param mask string is of the form :
+        * Choose a file for selection, starting in directory \param
+        * path, with the file selection \param mask. The \param mask
+        * string is of the form :
         *
         * <regular expression to match> | <description>
         *