From: Jean-Marc Lasgouttes Date: Tue, 21 Dec 2010 08:45:48 +0000 (+0000) Subject: somehow I forgot that in r36772 X-Git-Tag: 2.0.0~1285 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=12cd531f66636ac4c9ba93f665409d0c335eacde;p=features.git somehow I forgot that in r36772 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36980 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.h b/src/LyXAction.h index bf83a5f330..9191694372 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -59,7 +59,7 @@ public: /// possible "permissions" for an action enum FuncAttribs { Noop = 0, //< Nothing special about this func - ReadOnly = 1, //< Can be used in RO mode (perhaps this should change); no automatic markDirty + ReadOnly = 1, //< Can be used in RO mode (perhaps this should change) NoBuffer = 2, //< Can be used when there is no document open Argument = 4, //< Requires argument NoUpdate = 8, //< Does not (usually) require update