Forgot to commit this w/ new View menu option.

SVN revision: 33138
This commit is contained in:
Christopher Michael 2007-12-14 20:44:59 +00:00
parent c5748c99a0
commit 73fe916ef6
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ typedef enum _E_Fm2_Menu_Flags
E_FM2_MENU_NO_RENAME = (1 << 5),
E_FM2_MENU_NO_CUT = (1 << 6),
E_FM2_MENU_NO_COPY = (1 << 7),
E_FM2_MENU_NO_PASTE = (1 << 8)
E_FM2_MENU_NO_PASTE = (1 << 8),
E_FM2_MENU_NO_VIEW_MENU = (1 << 9)
} E_Fm2_Menu_Flags;
typedef struct _E_Fm2_Config E_Fm2_Config;