]> git.lyx.org Git - features.git/commit
FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool)
authorRichard Heck <rgheck@comcast.net>
Thu, 29 May 2008 15:14:00 +0000 (15:14 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 29 May 2008 15:14:00 +0000 (15:14 +0000)
commit77ed747114e72f378b2137c64fa843fda721a528
tree40f9f0304948aa7bc4e5b4cb4db73854988bc530
parentfb69a2e3e4883ed8018b8418f3d73324bbbaf1ad
FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24999 a592a061-630c-0410-9148-cb99ea01b6c8
37 files changed:
src/BufferView.cpp
src/FuncStatus.cpp
src/FuncStatus.h
src/LyXFunc.cpp
src/Text3.cpp
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiView.cpp
src/frontends/qt4/Menus.cpp
src/insets/Inset.cpp
src/insets/InsetBibtex.cpp
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCaption.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetCommand.cpp
src/insets/InsetERT.cpp
src/insets/InsetExternal.cpp
src/insets/InsetFloat.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetInclude.cpp
src/insets/InsetListings.cpp
src/insets/InsetNewline.cpp
src/insets/InsetNewpage.cpp
src/insets/InsetNote.cpp
src/insets/InsetSpace.cpp
src/insets/InsetTabular.cpp
src/insets/InsetVSpace.cpp
src/insets/InsetWrap.cpp
src/mathed/InsetMathAMSArray.cpp
src/mathed/InsetMathCases.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathRef.cpp
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathSubstack.cpp
src/mathed/MathMacroTemplate.cpp