]> git.lyx.org Git - features.git/blobdiff - src/BiblioInfo.cpp
Citation commands do not absolutely have to start with "c".
[features.git] / src / BiblioInfo.cpp
index 44321bcad3f90a62a7e25489757a7da6603a6f75..06dfc94eb3479553c64482f3e3acaa9800af62a1 100644 (file)
@@ -1145,7 +1145,7 @@ string citationStyleToString(const CitationStyle & cs)
 {
        string cmd = cs.cmd;
        if (cs.forceUpperCase)
-               cmd[0] = 'C';
+               cmd[0] = uppercase(cmd[0]);
        if (cs.fullAuthorList)
                cmd += '*';
        return cmd;