Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ea9d4ce2
Commit
ea9d4ce2
authored
Nov 07, 2000
by
Eric Kohl
Committed by
Alexandre Julliard
Nov 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented toolbar customization dialog.
parent
887a91f4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
comctl32.h
dlls/comctl32/comctl32.h
+2
-0
comctl_De.rc
dlls/comctl32/comctl_De.rc
+5
-0
comctl_En.rc
dlls/comctl32/comctl_En.rc
+5
-0
toolbar.c
dlls/comctl32/toolbar.c
+0
-0
No files found.
dlls/comctl32/comctl32.h
View file @
ea9d4ce2
...
...
@@ -36,6 +36,8 @@ extern HMODULE COMCTL32_hModule;
#define IDC_MOVEUP_BTN 206
#define IDC_MOVEDN_BTN 207
#define IDS_SEPARATOR 1024
/* Toolbar imagelist bitmaps */
#define IDB_STD_SMALL 120
#define IDB_STD_LARGE 121
...
...
dlls/comctl32/comctl_De.rc
View file @
ea9d4ce2
...
...
@@ -10,3 +10,8 @@ STRINGTABLE DISCARDABLE
IDM_TODAY "Heute:"
IDM_GOTODAY "Gehe zu Heute"
}
STRINGTABLE DISCARDABLE
{
IDS_SEPARATOR "Trennzeichen"
}
dlls/comctl32/comctl_En.rc
View file @
ea9d4ce2
...
...
@@ -56,3 +56,8 @@ STRINGTABLE DISCARDABLE
IDM_TODAY "Today:"
IDM_GOTODAY "Go to today"
}
STRINGTABLE DISCARDABLE
{
IDS_SEPARATOR "Separator"
}
dlls/comctl32/toolbar.c
View file @
ea9d4ce2
This diff is collapsed.
Click to expand it.
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