Module: wine Branch: master Commit: 77200fd802b9e5a2d7a5c9138ba3d0983a876bb6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77200fd802b9e5a2d7a5c9138b...
Author: Alexander Nicolaysen Sørnes alex@thehandofagony.com Date: Thu Jan 24 00:32:04 2008 +0100
uninstaller: Fix Norwegian Bokmål resource.
---
programs/uninstaller/No.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/uninstaller/No.rc b/programs/uninstaller/No.rc index cc48098..a88196f 100644 --- a/programs/uninstaller/No.rc +++ b/programs/uninstaller/No.rc @@ -31,7 +31,7 @@ BEGIN LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "A&vinstaller",IDC_UNINSTALL,270,48,50,14 PUSHBUTTON "&Om",IDC_ABOUT,270,65,50,14 - PUSHBUTTON "R&ediger",IDC_EXIT,270,81,50,14 + PUSHBUTTON "&Lukk",IDC_EXIT,270,81,50,14 END