]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinclude.C
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetinclude.C
index c53a8330a9d6b29b1acbbedee9f99c034bd41fdb..36d745ffaab50d50390a14dbced97131035e6018 100644 (file)
@@ -318,8 +318,7 @@ docstring const InsetInclude::getScreenLabel(Buffer const &) const
        if (params_["filename"].empty())
                temp += "???";
        else
-               // FIXME: We don't know the encoding of the filename
-               temp += from_ascii(onlyFilename(to_utf8(params_["filename"])));
+               temp += from_utf8(onlyFilename(to_utf8(params_["filename"])));
 
        return temp;
 }