mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Another cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28132 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4851e1c9f5
commit
6837cd7a84
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user