]> git.lyx.org Git - features.git/commitdiff
Another cosmetics
authorPavel Sanda <sanda@lyx.org>
Tue, 13 Jan 2009 00:58:01 +0000 (00:58 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 13 Jan 2009 00:58:01 +0000 (00:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28132 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.h

index b39cec7bdd09b6f2fe39842ab31ebe586e14412f..286afac16f1945279ba60985752715df75bccddb 100644 (file)
@@ -63,8 +63,8 @@ public:
 
        /// possible "permissions" for an action
        enum func_attrib {
-               Noop = 0, //< nothing special about this func
-               ReadOnly = 1, //< can be used in RO mode (perhaps this should change); no automatic markDirty
+               Noop = 0, //< Nothing special about this func
+               ReadOnly = 1, //< Can be used in RO mode (perhaps this should change); no automatic markDirty
                NoBuffer = 2, //< Can be used when there is no document open
                Argument = 4, //< Requires argument
                NoUpdate = 8, //< Does not (usually) require update