]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.C
Collapse all those LFUN_XYZ_APPLY to a single LFUN_INSET_APPLY.
[lyx.git] / src / ToolbarDefaults.C
index af42a4051ae0e3325ee89fdea5577d43cd0d0816..224457e2bed5f6af2ee60aaeb61c80301d3a6cd9 100644 (file)
@@ -9,10 +9,6 @@
  *
  * ====================================================== */
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include <config.h>
 
 #include "ToolbarDefaults.h"
@@ -118,7 +114,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;