]> git.lyx.org Git - lyx.git/blobdiff - src/Server.cpp
* doxy
[lyx.git] / src / Server.cpp
index decea8ba622aed8969fa0e1bbab3563d7784543e..9b9f6e0a75a76009cdc569df7a3e2f26a54a188a 100644 (file)
@@ -34,7 +34,7 @@
           received LyX will inform the client that it's listening its
           messages, and 'bye' will inform that lyx is closing.
 
           received LyX will inform the client that it's listening its
           messages, and 'bye' will inform that lyx is closing.
 
-          See development/server_monitor.c for an example client.
+          See development/lyxserver/server_monitor.cpp for an example client.
   Purpose: implement a client/server lib for LyX
 */
 
   Purpose: implement a client/server lib for LyX
 */
 
@@ -1110,7 +1110,7 @@ void Server::callback(string const & msg)
                        // The correct solution would be to have a
                        // specialized (non-gui) BufferView. But how do
                        // we do it now? Probably we should just let it
                        // The correct solution would be to have a
                        // specialized (non-gui) BufferView. But how do
                        // we do it now? Probably we should just let it
-                       // connect to the lyxfunc in the single LyXView we
+                       // connect to the lyxfunc in the single GuiView we
                        // support currently. (Lgb)
 
                        FuncRequest const fr(lyxaction.lookupFunc(cmd), arg);
                        // support currently. (Lgb)
 
                        FuncRequest const fr(lyxaction.lookupFunc(cmd), arg);