]> git.lyx.org Git - lyx.git/blobdiff - src/Trans.cpp
Streamlining CollapseStatus stuff
[lyx.git] / src / Trans.cpp
index 71f3f99a9dcf9b22b13a620ea5506fee2874be61..3105a40c36c80e31f978edc11c3faafab6464515 100644 (file)
@@ -124,7 +124,7 @@ static docstring const doAccent(docstring const & s, tex_accent accent)
                               << lyx_accent_table[accent].name << '.' << std::endl;
                os << s.substr(1);
        }
-       return normalize_kc(os.str());
+       return normalize_c(os.str());
 }
 
 
@@ -244,7 +244,7 @@ int Trans::load(Lexer & lex)
                                return -1;
 
 #if 1
-//#warning This code should be removed...
+                       // FIXME: This code should be removed...
                        // But we need to fix up all the kmap files first
                        // so that this field is not present anymore.
                        if (lex.next(true)) {