]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
tex2lyx/Preamble.cpp: fix some comments
[lyx.git] / src / tex2lyx / tex2lyx.h
index 9bb47b56c3c8f00c12874bb2df54b37e5992bd73..f0ecf6173cbfdc56b2c0198cbad998b18abc010f 100644 (file)
@@ -45,8 +45,8 @@ public:
 
 /// Translate babel language name to LyX language name
 extern std::string babel2lyx(std::string const & language);
-/// translate color name to LyX color code
-extern std::string color2code(std::string const & name);
+/// Translate basic color name or RGB color in LaTeX syntax to LyX color code
+extern std::string rgbcolor2code(std::string const & name);
 
 /// in text.cpp
 std::string translate_len(std::string const &);