]> git.lyx.org Git - lyx.git/commitdiff
Fix header case
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 21 Mar 2019 18:31:46 +0000 (19:31 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 21 Mar 2019 18:31:46 +0000 (19:31 +0100)
src/frontends/qt4/GuiLyXFiles.cpp

index 598bfc0d88c351e3806062f6f6cbab3b0eaa21e5..7a259f3a83b340553ad79da6a7ec27c065640d8e 100644 (file)
@@ -92,7 +92,7 @@ QMap<QString, QString> GuiLyXFiles::getFiles()
                                                available_languages_.insert(li.key(), li.value());
                                        localization = cat;
                                        int sc = relpath.indexOf('/', s + 1);
-                                       cat = (sc == -1) ? QString() : relpath.mid(s + 1, sc - s - 1);
+                                       cat = (sc == -1) ? qt_("General") : relpath.mid(s + 1, sc - s - 1);
                                        s = sc;
                                }
                                if (s != -1) {