Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ca58cea0
Commit
ca58cea0
authored
Nov 27, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Nov 28, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winefile: Use defines instead of numbers.
parent
4124478b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
resource.h
programs/winefile/resource.h
+2
-0
winefile.rc
programs/winefile/winefile.rc
+2
-2
No files found.
programs/winefile/resource.h
View file @
ca58cea0
...
...
@@ -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
...
...
programs/winefile/winefile.rc
View file @
ca58cea0
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment