]> git.lyx.org Git - lyx.git/blobdiff - src/ColorHandler.C
Some more fixes to compiler warnings.
[lyx.git] / src / ColorHandler.C
index 54968146a15d00d5d4ea0ae8b80d10b988e924aa..416f09fea706e055c519c15c4c972f29d4faa818 100644 (file)
@@ -86,7 +86,7 @@ GC LyXColorHandler::getGCForeground(LColor::color c)
         if (XLookupColor(display, colormap, s.c_str(), &xcol, &ccol) == 0) {
                lyxerr << _("LyX: Unknown X11 color ") << s
                       << _(" for ") << lcolor.getGUIName(c) << '\n'
-                      << _("     Using black instead, sorry!.") << endl;
+                      << _("     Using black instead, sorry!") << endl;
                unsigned long bla = BlackPixel(display,
                                               DefaultScreen(display));
                val.foreground = bla;