Module: wine Branch: master Commit: 52be871d8cd80c9af3cb90b44c4272e49c6691d2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=52be871d8cd80c9af3cb90b44c...
Author: Jens Albretsen jens@albretsen.dk Date: Sun May 11 08:47:27 2008 +0200
wineps.drv: Danish spelling fixes.
---
dlls/wineps.drv/wps_Da.rc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wineps.drv/wps_Da.rc b/dlls/wineps.drv/wps_Da.rc index 0b54ca5..1fa6a58 100644 --- a/dlls/wineps.drv/wps_Da.rc +++ b/dlls/wineps.drv/wps_Da.rc @@ -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 |