]> git.lyx.org Git - lyx.git/blobdiff - src/ToolbarDefaults.C
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / ToolbarDefaults.C
index afca95d8813d8c6b51b4e4477795ef6a5631ed66..a51b9ff984daf43b4642ec5981a11148ec181154 100644 (file)
@@ -155,8 +155,8 @@ void ToolbarDefaults::add(string const & func)
        int const tf = lyxaction.LookupFunc(func);
 
        if (tf == -1) {
-               lyxerr << "Toolbar::add: no LyX command called`"
-                      << func << "'exists!" << endl; 
+               lyxerr << "Toolbar::add: no LyX command called `"
+                      << func << "' exists!" << endl; 
        } else {
                add(tf);
        }