]> git.lyx.org Git - lyx.git/blobdiff - src/funcrequest.h
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / funcrequest.h
index ba1c343c4fb4d26c396f8ab75425edc439c8dd6b..118e4f45bfdeeccdbf12463affa64794dcbc40b8 100644 (file)
@@ -32,7 +32,8 @@ public:
        /// Where the request came from
        enum Origin {
                INTERNAL,
-               UI, // The menu or the toolbar
+               MENU, // A menu entry
+               TOOLBAR, // A toolbar icon
                KEYBOARD, // a keyboard binding
                COMMANDBUFFER
        };