From 6837cd7a84315a8a84256af85041d31ccf315c63 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 13 Jan 2009 00:58:01 +0000 Subject: [PATCH] Another cosmetics git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28132 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LyXAction.h b/src/LyXAction.h index b39cec7bdd..286afac16f 100644 --- a/src/LyXAction.h +++ b/src/LyXAction.h @@ -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 -- 2.39.2