]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_main.C
Fix crash when running lyx -dbg insets -e ...
[lyx.git] / src / lyx_main.C
index 3332523282335668f59dcf855fe008caa0d1952c..367911132c2fc604564ba71358426577d5a3a972 100644 (file)
@@ -169,7 +169,7 @@ LyX::LyX(int * argc, char * argv[])
 
                // otherwise, let the GUI handle the batch command
                lyxGUI->regBuf(last_loaded);
-               lyxGUI->getLyXView()->getLyXFunc()->Dispatch(batch_command);
+               lyxGUI->getLyXView()->getLyXFunc()->dispatch(batch_command);
 
                // fall through...
        }