]> git.lyx.org Git - lyx.git/blobdiff - src/FuncStatus.h
split LyXFunc::getStatus() into inset specific chunks
[lyx.git] / src / FuncStatus.h
index 80613c26478479fb97e232b07ea26a6ffe0a0011..c9629112de4b76f7cbc6671779190e5de40077e3 100644 (file)
@@ -46,9 +46,9 @@ public:
        bool unknown() const;
 
        ///
-       void disabled(bool b);
+       void enabled(bool b);
        ///
-       bool disabled() const;
+       bool enabled() const;
 
        ///
        void setOnOff(bool b);