mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:22:57 +00:00
- Small fix
svn path=/trunk/; revision=32413
This commit is contained in:
parent
631c91d1d6
commit
2894069d91
2 changed files with 0 additions and 2 deletions
|
@ -6,7 +6,6 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "&Remove", ID_APP_REMOVE
|
MENUITEM "&Remove", ID_APP_REMOVE
|
||||||
MENUITEM "&Modify", ID_APP_MODIFY, GRAYED
|
MENUITEM "&Modify", ID_APP_MODIFY, GRAYED
|
||||||
MENUITEM "R&epair", ID_APP_REPAIR, GRAYED
|
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
/* menu items */
|
/* menu items */
|
||||||
#define ID_APP_REMOVE 14100
|
#define ID_APP_REMOVE 14100
|
||||||
#define ID_APP_MODIFY 14101
|
#define ID_APP_MODIFY 14101
|
||||||
#define ID_APP_REPAIR 14102
|
|
||||||
|
|
||||||
/* icons */
|
/* icons */
|
||||||
#define IDI_CPLSYSTEM 1500
|
#define IDI_CPLSYSTEM 1500
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue