Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
3e813c1a
Commit
3e813c1a
authored
26 years ago
by
Juergen Schmied
Committed by
Alexandre Julliard
26 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Moved menu resources to rc-file.
parent
720cab66
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/shell32/.cvsignore
+1
-0
1 addition, 0 deletions
dlls/shell32/.cvsignore
dlls/shell32/Makefile.in
+6
-3
6 additions, 3 deletions
dlls/shell32/Makefile.in
dlls/shell32/shres.rc
+25
-17
25 additions, 17 deletions
dlls/shell32/shres.rc
with
32 additions
and
20 deletions
dlls/shell32/.cvsignore
+
1
−
0
View file @
3e813c1a
Makefile
shres.s
This diff is collapsed.
Click to expand it.
dlls/shell32/Makefile.in
+
6
−
3
View file @
3e813c1a
...
...
@@ -4,7 +4,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
shell32
WRCEXTRA
=
-
A
-
p
$*
WRCEXTRA
=
-
g
-
c
C_SRCS
=
\
classes.c
\
...
...
@@ -22,8 +22,11 @@ C_SRCS = \
shlfolder.c
\
shlview.c
# RC_SRCS = \
# shres.rc
RC_SRCS
=
\
shres.rc
#GEN_ASM_SRCS = \
# shellres.s
all
:
check_wrc $(MODULE).o
...
...
This diff is collapsed.
Click to expand it.
dlls/shell32/shres.rc
+
25
−
17
View file @
3e813c1a
#include "sh
resdef
.h"
#include "sh
lobj
.h"
// we have to find a solution for the icons
// IDI_FOLDER ICON DISCARDABLE "folder.ico"
// IDI_FOLDEROPEN ICON DISCARDABLE "folderop.ico"
STRINGTABLE DISCARDABLE
MENU_001 MENU DISCARDABLE
BEGIN
IDS_FILE_TITLE "Files: "
IDS_MI_FILE "&Files"
IDS_MI_VIEW_FILES "&View Files"
IDS_TB_VIEW_FILES "View Filess"
IDS_MI_VIEW_IDW "Show &Docking Window"
IDS_TB_VIEW_IDW "Show Docking Window"
IDS_COLUMN1 "Name"
IDS_COLUMN2 "Date"
IDS_COLUMN3 "Size"
IDS_COLUMN4 "Attributes"
MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
END
MENU_002 MENU DISCARDABLE
BEGIN
POPUP""
BEGIN
POPUP "&View"
BEGIN
MENUITEM "Lar&ge Icons", FCIDM_SHVIEW_BIGICON
MENUITEM "S&mall Icons", FCIDM_SHVIEW_SMALLICON
MENUITEM "&List", FCIDM_SHVIEW_LISTVIEW
MENUITEM "&Details", FCIDM_SHVIEW_REPORTVIEW
END
MENUITEM SEPARATOR
POPUP "Arrange &Icons"
BEGIN
MENUITEM "&Auto Arrange", FCIDM_SHVIEW_AUTOARRANGE
END
MENUITEM "Lin&e up Icons", FCIDM_SHVIEW_SNAPTOGRID
END
END
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment