]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.C
update no.po
[lyx.git] / src / ToolbarDefaults.C
index 19c025217c96da2c91bd487b5db6616e6a73b613..21c6cf9c94760df4ad7876bffc8568d2ce3162e1 100644 (file)
@@ -24,7 +24,6 @@
 
 using std::endl;
 
-extern LyXAction lyxaction;
 ToolbarDefaults toolbardefaults;
 
 namespace {
@@ -91,7 +90,7 @@ void ToolbarDefaults::init()
        add(SEPARATOR);
 
        add(LFUN_INSET_GRAPHICS);
-       add(LFUN_DIALOG_TABULAR_INSERT);
+       add(LFUN_TABULAR_INSERT);
 }
 
 
@@ -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;