X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncStatus.h;h=c9629112de4b76f7cbc6671779190e5de40077e3;hb=b634b3eb3b5cc1c47fd3bc63294e16536d4f7664;hp=80613c26478479fb97e232b07ea26a6ffe0a0011;hpb=5c3d9a254640468e40b2d30467a26222c91d856d;p=lyx.git diff --git a/src/FuncStatus.h b/src/FuncStatus.h index 80613c2647..c9629112de 100644 --- a/src/FuncStatus.h +++ b/src/FuncStatus.h @@ -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);