]> git.lyx.org Git - lyx.git/blobdiff - src/Server.cpp
Rename the minted 'lang' external template option as 'language'
[lyx.git] / src / Server.cpp
index 0eec4b54169fb07dca8e6e62ae9687324db1f2a3..b89e834f20408275b6200ec6de2a3b9ff1367fef 100644 (file)
@@ -1175,7 +1175,7 @@ void Server::callback(string const & msg)
                        // connect to the lyxfunc in the single GuiView we
                        // support currently. (Lgb)
 
-           FuncRequest fr(lyxaction.lookupFunc(cmd), from_ascii(arg));
+                       FuncRequest fr(lyxaction.lookupFunc(cmd), from_ascii(arg));
                        fr.setOrigin(FuncRequest::LYXSERVER);
                        DispatchResult dr;
                        theApp()->dispatch(fr, dr);