]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.C
Fix bug in input of characters >127 ; update fr.po ; portability fix to lyxstring.
[lyx.git] / src / buffer.C
index a669a7454d61a584f759c9b867ae5b4291ee0b2a..760527b8f07dd8db79fd3cd32965a5b58399c5ff 100644 (file)
@@ -4198,7 +4198,7 @@ void Buffer::Dispatch(const string & command)
        string cmd, line = frontStrip(command);
        string arg = strip(frontStrip(split(line, cmd, ' ')));
 
-       return Dispatch(lyxaction.LookupFunc(cmd.c_str()), arg.c_str());
+       Dispatch(lyxaction.LookupFunc(cmd.c_str()), arg.c_str());
 }
 
 void Buffer::Dispatch(int action, const string & argument)