]> git.lyx.org Git - features.git/commitdiff
cosmetics
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 19 Mar 2019 12:36:05 +0000 (13:36 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 19 Mar 2019 12:36:05 +0000 (13:36 +0100)
src/frontends/qt4/GuiLyXFiles.cpp

index 35d86d222c49d2c90cd785210b5af2d9bccf9714..c1f04ab5583913cc0c15b6a3e3eb22461c4bc86d 100644 (file)
@@ -401,9 +401,10 @@ void GuiLyXFiles::dispatchParams()
        dispatch(FuncRequest(lfun, arg));
 }
 
+
 FuncCode GuiLyXFiles::getLfun() const
 {
-       if (type_ == toqstr("examples"))
+       if (type_ == "examples")
                return LFUN_FILE_OPEN;
        return LFUN_BUFFER_NEW_TEMPLATE;
 }