]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FileDialog.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FileDialog.C
index 43ef10feb1ff2a7161a5f805ba42f8025c6c6ba9..4ee22b27ba9795593df381f9c693f69ffd0ab223 100644 (file)
@@ -16,7 +16,7 @@
 #include "debug.h"
 #include "gettext.h"
 
-#include "support/globbing.h"
+#include "support/filefilterlist.h"
 #include "support/lstrings.h"
 
 using lyx::support::rsplit;
@@ -71,7 +71,7 @@ FileDialog::Result const FileDialog::open(string const & path,
                                          string const & suggested)
 {
        lyxerr[Debug::GUI] << "filedialog open  with path \"" << path
-                          << "\", mask \"" << filters.str(false)
+                          << "\", mask \"" << filters.as_string()
                           << "\", suggested \"" << suggested << '"' << endl;
 
        // no support for asynchronous selection yet