]> git.lyx.org Git - features.git/commitdiff
Comment.
authorPavel Sanda <sanda@lyx.org>
Wed, 18 Jun 2008 23:03:29 +0000 (23:03 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 18 Jun 2008 23:03:29 +0000 (23:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25312 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.h

index d3f8c51d47313c62add43adacab90c2e735191fb..93a116a2156e1d213a3e842c8941ac1576dc0de7 100644 (file)
@@ -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