]> git.lyx.org Git - lyx.git/blobdiff - src/FuncStatus.h
Fix some issues with textmode. We'll let SetMode() handle as much of
[lyx.git] / src / FuncStatus.h
index 02949ed0bfd0f4839288ec32e370702adffc2d03..af2801389e8e2ca4cbf3b8b3644cf3b7cc9eec49 100644 (file)
@@ -59,7 +59,7 @@ public:
        bool unknown() const;
 
        ///
-       void enabled(bool b);
+       void setEnabled(bool b);
        /// tells whether it can be invoked (otherwise it will be grayed-out).
        bool enabled() const;