Commit d38c0c3b authored by Carlo Bramini's avatar Carlo Bramini Committed by Alexandre Julliard

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

parent 5183ebd8
...@@ -90,8 +90,8 @@ BEGIN ...@@ -90,8 +90,8 @@ BEGIN
MENUITEM "Roman numerals - lower case", ID_LCROMAN MENUITEM "Roman numerals - lower case", ID_LCROMAN
MENUITEM "Roman numerals - upper case", ID_UCROMAN MENUITEM "Roman numerals - upper case", ID_UCROMAN
END END
MENUITEM "&Paragraph...", ID_PARAFORMAT MENUITEM "&Paragraph...", ID_PARAFORMAT
MENUITEM "&Tabs...", ID_TABSTOPS MENUITEM "&Tabs...", ID_TABSTOPS
POPUP "Backgroun&d" POPUP "Backgroun&d"
BEGIN BEGIN
MENUITEM "&System\tCtrl+1", ID_BACK_1 MENUITEM "&System\tCtrl+1", ID_BACK_1
...@@ -112,8 +112,8 @@ BEGIN ...@@ -112,8 +112,8 @@ BEGIN
MENUITEM "&Copy", ID_EDIT_COPY MENUITEM "&Copy", ID_EDIT_COPY
MENUITEM "&Paste", ID_EDIT_PASTE MENUITEM "&Paste", ID_EDIT_PASTE
MENUITEM SEPARATOR MENUITEM SEPARATOR
MENUITEM "&Bullet points" ID_BULLET MENUITEM "&Bullet points", ID_BULLET
MENUITEM "&Paragraph..." ID_PARAFORMAT MENUITEM "&Paragraph...", ID_PARAFORMAT
END END
END END
...@@ -124,20 +124,20 @@ BEGIN ...@@ -124,20 +124,20 @@ BEGIN
MENUITEM "Black", ID_COLOR_BLACK MENUITEM "Black", ID_COLOR_BLACK
MENUITEM "Maroon", ID_COLOR_MAROON MENUITEM "Maroon", ID_COLOR_MAROON
MENUITEM "Green", ID_COLOR_GREEN MENUITEM "Green", ID_COLOR_GREEN
MENUITEM "Olive" ID_COLOR_OLIVE MENUITEM "Olive", ID_COLOR_OLIVE
MENUITEM "Navy" ID_COLOR_NAVY MENUITEM "Navy", ID_COLOR_NAVY
MENUITEM "Purple" ID_COLOR_PURPLE MENUITEM "Purple", ID_COLOR_PURPLE
MENUITEM "Teal" ID_COLOR_TEAL MENUITEM "Teal", ID_COLOR_TEAL
MENUITEM "Gray" ID_COLOR_GRAY MENUITEM "Gray", ID_COLOR_GRAY
MENUITEM "Silver" ID_COLOR_SILVER MENUITEM "Silver", ID_COLOR_SILVER
MENUITEM "Red" ID_COLOR_RED MENUITEM "Red", ID_COLOR_RED
MENUITEM "Lime" ID_COLOR_LIME MENUITEM "Lime", ID_COLOR_LIME
MENUITEM "Yellow" ID_COLOR_YELLOW MENUITEM "Yellow", ID_COLOR_YELLOW
MENUITEM "Blue" ID_COLOR_BLUE MENUITEM "Blue", ID_COLOR_BLUE
MENUITEM "Fuchsia" ID_COLOR_FUCHSIA MENUITEM "Fuchsia", ID_COLOR_FUCHSIA
MENUITEM "Aqua" ID_COLOR_AQUA MENUITEM "Aqua", ID_COLOR_AQUA
MENUITEM "White" ID_COLOR_WHITE MENUITEM "White", ID_COLOR_WHITE
MENUITEM "Automatic" ID_COLOR_AUTOMATIC MENUITEM "Automatic", ID_COLOR_AUTOMATIC
END END
END END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment