]> git.lyx.org Git - lyx.git/blobdiff - src/support/globbing.h
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / globbing.h
index 08f117c47d68d6f4772e4591ecfc4fb76b2a8b2f..a5f7b04e58b29383236f65869c248755156515c5 100644 (file)
@@ -68,8 +68,8 @@ public:
        };
 
        /** \param qt_style_filter a list of available file filters.
-        *  Eg. "TeX documents (*.tex);;LyX Documents (*.lyx)"
-        *  If empty, set to "All files (*)".
+        *  Eg. "TeX documents (*.tex);;LyX Documents (*.lyx)".
+        *  The "All files (*)" filter is always added to the list.
         */
        explicit FileFilterList(std::string const & qt_style_filter = std::string());
        std::vector<Filter> const & filters() const { return filters_; }