Carlo Bramini : wordpad: Fix syntax error in resource files ( native Windows build).

Alexandre Julliard julliard at winehq.org
Tue Nov 1 14:58:50 CDT 2016


Module: wine
Branch: master
Commit: d38c0c3b7c8e309d868ce608047448868b5ab4a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d38c0c3b7c8e309d868ce608047448868b5ab4a9

Author: Carlo Bramini <carlo.bramix at libero.it>
Date:   Tue Nov  1 18:07:55 2016 +0100

wordpad: Fix syntax error in resource files (native Windows build).

Signed-off-by: Carlo Bramini <carlo_bramini at users.sourceforge.net>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/wordpad/wordpad.rc | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/programs/wordpad/wordpad.rc b/programs/wordpad/wordpad.rc
index 368d169..10df516 100644
--- a/programs/wordpad/wordpad.rc
+++ b/programs/wordpad/wordpad.rc
@@ -90,8 +90,8 @@ BEGIN
             MENUITEM "Roman numerals - lower case",   ID_LCROMAN
             MENUITEM "Roman numerals - upper case",   ID_UCROMAN
         END
-        MENUITEM "&Paragraph...",                 ID_PARAFORMAT
-        MENUITEM "&Tabs...",                      ID_TABSTOPS
+        MENUITEM "&Paragraph...",                ID_PARAFORMAT
+        MENUITEM "&Tabs...",                     ID_TABSTOPS
         POPUP "Backgroun&d"
         BEGIN
             MENUITEM "&System\tCtrl+1",         ID_BACK_1
@@ -112,8 +112,8 @@ BEGIN
         MENUITEM "&Copy",               ID_EDIT_COPY
         MENUITEM "&Paste",              ID_EDIT_PASTE
         MENUITEM SEPARATOR
-        MENUITEM "&Bullet points"       ID_BULLET
-        MENUITEM "&Paragraph..."        ID_PARAFORMAT
+        MENUITEM "&Bullet points",      ID_BULLET
+        MENUITEM "&Paragraph...",       ID_PARAFORMAT
     END
 END
 
@@ -124,20 +124,20 @@ BEGIN
         MENUITEM "Black",      ID_COLOR_BLACK
         MENUITEM "Maroon",     ID_COLOR_MAROON
         MENUITEM "Green",      ID_COLOR_GREEN
-        MENUITEM "Olive"       ID_COLOR_OLIVE
-        MENUITEM "Navy"        ID_COLOR_NAVY
-        MENUITEM "Purple"      ID_COLOR_PURPLE
-        MENUITEM "Teal"        ID_COLOR_TEAL
-        MENUITEM "Gray"        ID_COLOR_GRAY
-        MENUITEM "Silver"      ID_COLOR_SILVER
-        MENUITEM "Red"         ID_COLOR_RED
-        MENUITEM "Lime"        ID_COLOR_LIME
-        MENUITEM "Yellow"      ID_COLOR_YELLOW
-        MENUITEM "Blue"        ID_COLOR_BLUE
-        MENUITEM "Fuchsia"     ID_COLOR_FUCHSIA
-        MENUITEM "Aqua"        ID_COLOR_AQUA
-        MENUITEM "White"       ID_COLOR_WHITE
-        MENUITEM "Automatic"   ID_COLOR_AUTOMATIC
+        MENUITEM "Olive",      ID_COLOR_OLIVE
+        MENUITEM "Navy",       ID_COLOR_NAVY
+        MENUITEM "Purple",     ID_COLOR_PURPLE
+        MENUITEM "Teal",       ID_COLOR_TEAL
+        MENUITEM "Gray",       ID_COLOR_GRAY
+        MENUITEM "Silver",     ID_COLOR_SILVER
+        MENUITEM "Red",        ID_COLOR_RED
+        MENUITEM "Lime",       ID_COLOR_LIME
+        MENUITEM "Yellow",     ID_COLOR_YELLOW
+        MENUITEM "Blue",       ID_COLOR_BLUE
+        MENUITEM "Fuchsia",    ID_COLOR_FUCHSIA
+        MENUITEM "Aqua",       ID_COLOR_AQUA
+        MENUITEM "White",      ID_COLOR_WHITE
+        MENUITEM "Automatic",  ID_COLOR_AUTOMATIC
     END
 END
 




More information about the wine-cvs mailing list