]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/FileDialog.h
fix rbearing
[lyx.git] / src / frontends / FileDialog.h
index 38d6e396b0d1eb3e51ba45ec4fd2a49dc0c9c541..40f154f0558b3c9bc54fe53882bb847cf32066f3 100644 (file)
@@ -1,11 +1,13 @@
 // -*- C++ -*-
 /**
  * \file FileDialog.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author unknown
  * \author John Levon
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FILEDIALOG_H
@@ -66,7 +68,7 @@ public:
         * path, with the file selection \param mask. The \param mask
         * string is of the form :
         *
-        * <regular expression to match> | <description>
+        * <glob to match> | <description>
         *
         * for example, "*.ps | PostScript files (*.ps)".
         *