]> git.lyx.org Git - lyx.git/blobdiff - src/Layout.cpp
Typo.
[lyx.git] / src / Layout.cpp
index ec6e2dc5a5dfe760f5c931acea611e93f1635ddf..48726d07024fa0e412cc064a0a6bd68bab69519c 100644 (file)
@@ -939,7 +939,7 @@ string Layout::defaultCSSClass() const
                                d = from_ascii("lyx_");
                        else
                                d += '_';
-               } else if (islower(c))
+               } else if (isLower(c))
                        d += c;
                else
                        // this is slow, so do it only if necessary