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
ffa7e0e2
Commit
ffa7e0e2
authored
Jun 06, 2007
by
Alexander Nicolaysen Sørnes
Committed by
Alexandre Julliard
Jun 12, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wordpad: Split toolbar into tool- and formatbar.
parent
2de3d95e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
23 additions
and
10 deletions
+23
-10
.gitignore
.gitignore
+1
-1
De.rc
programs/wordpad/De.rc
+1
-0
En.rc
programs/wordpad/En.rc
+1
-0
Fr.rc
programs/wordpad/Fr.rc
+2
-1
Hu.rc
programs/wordpad/Hu.rc
+1
-0
Ko.rc
programs/wordpad/Ko.rc
+1
-0
Makefile.in
programs/wordpad/Makefile.in
+1
-1
Nl.rc
programs/wordpad/Nl.rc
+1
-0
No.rc
programs/wordpad/No.rc
+2
-1
Pl.rc
programs/wordpad/Pl.rc
+1
-0
Ru.rc
programs/wordpad/Ru.rc
+1
-0
Tr.rc
programs/wordpad/Tr.rc
+1
-0
resource.h
programs/wordpad/resource.h
+7
-4
rsrc.rc
programs/wordpad/rsrc.rc
+2
-2
wordpad.c
programs/wordpad/wordpad.c
+0
-0
No files found.
.gitignore
View file @
ffa7e0e2
...
...
@@ -899,8 +899,8 @@ programs/winhelp/macro.lex.yy.c
programs/winhelp/rsrc.res
programs/winhelp/winhelp
programs/winver/winver
programs/wordpad/formatbar.bmp
programs/wordpad/rsrc.res
programs/wordpad/toolbar.bmp
programs/wordpad/wordpad
programs/wordpad/wordpad.ico
programs/xcopy/rsrc.res
...
...
programs/wordpad/De.rc
View file @
ffa7e0e2
...
...
@@ -55,6 +55,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "F&ormat"
...
...
programs/wordpad/En.rc
View file @
ffa7e0e2
...
...
@@ -55,6 +55,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "F&ormat"
...
...
programs/wordpad/Fr.rc
View file @
ffa7e0e2
...
...
@@ -55,7 +55,8 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "Forma&t"
BEGIN
...
...
programs/wordpad/Hu.rc
View file @
ffa7e0e2
...
...
@@ -55,6 +55,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "F&ormtum"
...
...
programs/wordpad/Ko.rc
View file @
ffa7e0e2
...
...
@@ -56,6 +56,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "형식(&O)"
...
...
programs/wordpad/Makefile.in
View file @
ffa7e0e2
...
...
@@ -15,7 +15,7 @@ C_SRCS = \
RC_SRCS
=
rsrc.rc
RC_BINSRC
=
rsrc.rc
RC_BINARIES
=
\
tool
bar.bmp
\
format
bar.bmp
\
wordpad.ico
@MAKE_PROG_RULES@
...
...
programs/wordpad/Nl.rc
View file @
ffa7e0e2
...
...
@@ -55,6 +55,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "&Opmaak"
...
...
programs/wordpad/No.rc
View file @
ffa7e0e2
...
...
@@ -54,7 +54,8 @@ BEGIN
END
POPUP "&Vis"
BEGIN
MENUITEM "Verk&tylinje", ID_TOGGLE_TOOLBAR
MENUITEM "Verk&tylinje", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatlinje", ID_TOGGLE_FORMATBAR
MENUITEM "&Statuslinje", ID_TOGGLE_STATUSBAR
END
POPUP "F&ormat"
...
...
programs/wordpad/Pl.rc
View file @
ffa7e0e2
...
...
@@ -56,6 +56,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "F&ormat"
...
...
programs/wordpad/Ru.rc
View file @
ffa7e0e2
...
...
@@ -53,6 +53,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "&"
...
...
programs/wordpad/Tr.rc
View file @
ffa7e0e2
...
...
@@ -57,6 +57,7 @@ BEGIN
POPUP "&View"
BEGIN
MENUITEM "&Toolbar", ID_TOGGLE_TOOLBAR
MENUITEM "&Formatbar", ID_TOGGLE_FORMATBAR
MENUITEM "&Statusbar", ID_TOGGLE_STATUSBAR
END
POPUP "&Biim"
...
...
programs/wordpad/resource.h
View file @
ffa7e0e2
...
...
@@ -54,17 +54,20 @@
#define ID_FORMAT_UNDERLINE 1402
#define ID_TOGGLE_TOOLBAR 1500
#define ID_TOGGLE_STATUSBAR 1501
#define ID_TOGGLE_FORMATBAR 1501
#define ID_TOGGLE_STATUSBAR 1502
#define BANDID_TOOLBAR 0
#define BANDID_FORMATBAR 1
#define IDC_STATUSBAR 2000
#define IDC_EDITOR 2001
#define IDC_TOOLBAR 2002
#define IDC_REBAR 2003
#define IDC_COMBO 2004
#define IDC_FORMATBAR 2003
#define IDC_REBAR 2004
#define IDC_COMBO 2005
#define IDB_
TOOL
BAR 100
#define IDB_
FORMAT
BAR 100
#define IDI_WORDPAD 101
...
...
programs/wordpad/rsrc.rc
View file @
ffa7e0e2
...
...
@@ -39,8 +39,8 @@ BEGIN
"S", ID_FILE_SAVE, VIRTKEY, CONTROL
END
/* BINRES
tool
bar.bmp */
IDB_
TOOLBAR BITMAP "tool
bar.bmp"
/* BINRES
format
bar.bmp */
IDB_
FORMATBAR BITMAP "format
bar.bmp"
/* {
'42 4d 3e 03 00 00 00 00 00 00 3e 00 00 00 28 00'
'00 00 60 00 00 00 10 00 00 00 01 00 04 00 00 00'
...
...
programs/wordpad/wordpad.c
View file @
ffa7e0e2
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