]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiGraphics.cpp
Fix the warning about the unused msg parameter
[lyx.git] / src / frontends / qt4 / GuiGraphics.cpp
index 054b9bb891cb8a76eeb332471ae948c155923422..465ffcea34406d8d5e0804b8962e1fe3838e9526 100644 (file)
@@ -793,7 +793,7 @@ QString GuiGraphics::browse(QString const & in_name) const
        if (!clip.isDirectory())
                clipdir = addName(package().system_support().absFileName(), "clipart");
 
-       return browseRelFile(in_name, bufferFilePath(),
+       return browseRelToParent(in_name, bufferFilePath(),
                title, fileFilters(QString()), false, 
                qt_("Clipart|#C#c"), toqstr(clipdir),
                qt_("Documents|#o#O"), toqstr(lyxrc.document_path));