From: Pavel Sanda Date: Wed, 18 Jun 2008 23:03:29 +0000 (+0000) Subject: Comment. X-Git-Tag: 1.6.10~4340 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=be9587f9d9878b7179497e4727d4908e3334d3ba;p=features.git Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25312 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.h b/src/LyXAction.h index d3f8c51d47..93a116a215 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -66,7 +66,7 @@ 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) + 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