]> git.lyx.org Git - lyx.git/blobdiff - src/FuncRequest.h
de.po: some translations
[lyx.git] / src / FuncRequest.h
index b8cfd196271dcda200c871de5b1dffa96133cad3..175eb59fd134085d4cd67e4e39d388491887f73c 100644 (file)
@@ -35,6 +35,7 @@ public:
                TOOLBAR, // A toolbar icon
                KEYBOARD, // a keyboard binding
                COMMANDBUFFER, 
+               LYXSERVER, 
                TOC
        };
 
@@ -88,10 +89,10 @@ public:
        /// 
        static FuncRequest const noaction;
 private:
-       /// the action's string argument
-       docstring argument_;
        /// the action
        FuncCode action_;
+       /// the action's string argument
+       docstring argument_;
        /// who initiated the action
        Origin origin_;
        /// the x coordinate of a mouse press