]> git.lyx.org Git - lyx.git/blobdiff - src/FontInfo.C
write \mathrm{x}\mathrm{y} as \mathrm{xy} again
[lyx.git] / src / FontInfo.C
index 03e00a7d4077c716ab495214a41e3ab941859b6b..e7eb8117c0b70570e380daa8d303e9912a7b7e53 100644 (file)
@@ -111,7 +111,7 @@ void FontInfo::query()
                return;
 
        if (pattern.empty()) {
-               lyxerr << "Can not use empty font name for font query."
+               lyxerr << "Cannot use empty font name for font query."
                       << endl;
                queried = true;
                return;
@@ -134,6 +134,8 @@ void FontInfo::query()
                // We have matches. Run them through
                for (int i = 0; i < matches; ++i) {
                        string name(list[i]);
+                       lyxerr[Debug::FONT] << "match #" << i << " "
+                                           << name << endl; 
                        sizes[i] = lyx::atoi(token(name, '-', 7));
                        strings[i] = name;
                        if (sizes[i] == 0) {