mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
9dcb24d578
commit
8e015f3cb2
@ -1178,7 +1178,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_utf8(arg));
|
||||
fr.setOrigin(FuncRequest::LYXSERVER);
|
||||
DispatchResult dr;
|
||||
theApp()->dispatch(fr, dr);
|
||||
|
Loading…
Reference in New Issue
Block a user