]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormGraphics.C
Handle Qt-style file filters like
[features.git] / src / frontends / xforms / FormGraphics.C
index e2f2db1e5fbe243370f4995d5efcdb5b9e8a420f..af3f41d5cccedf081fc626648ca5f27369ac51d5 100644 (file)
@@ -574,7 +574,7 @@ ButtonPolicy::SMInput FormGraphics::input(FL_OBJECT * ob, long)
        if (ob == file_->button_browse) {
                // Get the filename from the dialog
                string const in_name = getString(file_->input_filename);
-               string const out_name = controller().Browse(in_name);
+               string const out_name = controller().browse(in_name);
                lyxerr[Debug::GRAPHICS]
                        << "[FormGraphics]out_name: " << out_name << endl;
                if (out_name != in_name && !out_name.empty()) {