wineps.drv: Danish spelling fixes.

This commit is contained in:
Jens Albretsen 2008-05-11 08:47:27 +02:00 committed by Alexandre Julliard
parent ca3b8741b5
commit 52be871d8c
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ FONT 8, "MS Shell Dlg"
LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
WS_TABSTOP
GROUPBOX "Retning", -1, 10, 80, 200, 50
CONTROL "&Stående", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
CONTROL "&Portræt", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
WS_TABSTOP, 20, 90, 60, 10
CONTROL "&Liggende", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
CONTROL "&Landskab", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
20, 110, 60, 10
LTEXT "Retninger:", IDD_DUPLEX_NAME, 10, 140, 100, 8
COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |