]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiTexinfo.cpp
Fix the tab ordering of GuiDocument components.
[lyx.git] / src / frontends / qt4 / GuiTexinfo.cpp
index cc901c9c2866876f33dbf1fd8a48a4f8bb083652..482c00772144777024c897b688b074e2e53bc4c0 100644 (file)
@@ -135,7 +135,7 @@ void GuiTexInfo::updateStyles(TexFileType type)
 
        if (!pathCB->isChecked()) {
                for (int i = 0; i != data.size(); ++i)
-                       data[i] = onlyFilename(data[i]);
+                       data[i] = onlyFileName(data[i]);
        }
        // sort on filename only (no path)
        data.sort();