]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/ButtonPolicies.h
allow derived classes to manipulate signal connections
[lyx.git] / src / frontends / ButtonPolicies.h
index 40aed42457d76d385449936517159a9405052e4f..80661a662ffa3128034b5fd4e0a40ed94bd7b771 100644 (file)
@@ -106,9 +106,9 @@ public:
                UNDO_ALL = 8
        };
        ///
-       static const Button AllButtons =
-       Button(OKAY | APPLY | CANCEL | UNDO_ALL);
-       
+       static const Button ALL_BUTTONS =
+               Button(OKAY | APPLY | CANCEL | UNDO_ALL);
+  
        /** State machine inputs.
            All the policies so far have both CANCEL and HIDE always going to
            INITIAL. This won't necessarily be true for all [future] policies