Commit ca58cea0 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winefile: Use defines instead of numbers.

parent 4124478b
......@@ -47,6 +47,8 @@
#define ID_FILE_MOVE 106
#define ID_FILE_COPY 107
#define ID_FILE_DELETE 108
#define ID_RENAME 109
#define ID_MKDIR 111
#define ID_FILE_EXIT 115
#define ID_CONNECT_NETWORK_DRIVE 252
#define ID_DISCONNECT_NETWORK_DRIVE 253
......
......@@ -29,12 +29,12 @@ IDM_WINEFILE MENU
MENUITEM "&Move...\tF7", ID_FILE_MOVE
MENUITEM "&Copy...\tF8", ID_FILE_COPY
MENUITEM "&Delete\tDel", ID_FILE_DELETE
MENUITEM "Re&name...", 109
MENUITEM "Re&name...", ID_RENAME
MENUITEM "Propert&ies\tAlt+Enter", ID_EDIT_PROPERTIES
MENUITEM SEPARATOR
MENUITEM "&Run...", ID_RUN
MENUITEM SEPARATOR
MENUITEM "Cr&eate Directory...", 111
MENUITEM "Cr&eate Directory...", ID_MKDIR
MENUITEM SEPARATOR
MENUITEM "E&xit", ID_FILE_EXIT
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment