]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.C
update no.po
[lyx.git] / src / ToolbarDefaults.C
index 73d9e898b86a80c3751c010956a56d904e78de56..21c6cf9c94760df4ad7876bffc8568d2ce3162e1 100644 (file)
@@ -24,7 +24,6 @@
 
 using std::endl;
 
-extern LyXAction lyxaction;
 ToolbarDefaults toolbardefaults;
 
 namespace {
@@ -119,7 +118,7 @@ void ToolbarDefaults::read(LyXLex & lex)
                                string const func = lex.getString();
                                lyxerr[Debug::PARSER]
                                        << "Toolbar::read TO_ADD func: `"
-                                       << func << "'" << endl;
+                                       << func << '\'' << endl;
                                add(func);
                        }
                        break;