Alexander Nicolaysen Sørnes : oledlg: Fix control class in Norwegian Bokmål resource .

Alexandre Julliard julliard at winehq.org
Mon Apr 7 06:50:51 CDT 2008


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Apr  6 22:05:52 2008 +0200

oledlg: Fix control class in Norwegian Bokmål resource.

---

 dlls/oledlg/oledlg_No.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/oledlg/oledlg_No.rc b/dlls/oledlg/oledlg_No.rc
index e56c721..a92317c 100644
--- a/dlls/oledlg/oledlg_No.rc
+++ b/dlls/oledlg/oledlg_No.rc
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005-2006 Alexander N. Sørnes <alex at thehandofagony.com>
+ * Copyright 2005-2008 Alexander N. Sørnes <alex at thehandofagony.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -77,7 +77,7 @@ BEGIN
     CONTROL       "", IDC_PS_RESULTIMAGE, "Static", SS_ICON | WS_VISIBLE, 8, 101, 42, 34
     CONTROL       "<< resultatet kommer her >>", IDC_PS_RESULTTEXT, "Static", SS_NOPREFIX | WS_VISIBLE, 54, 100, 159, 35
     CONTROL       "Resultat", -1, "Button", BS_GROUPBOX | WS_GROUP | WS_VISIBLE, 6, 90, 212, 48
-    CONTROL       "", IDC_PS_SOURCETEXT, "Rediger", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
+    CONTROL       "", IDC_PS_SOURCETEXT, "Edit", ES_READONLY | ES_AUTOHSCROLL | WS_VISIBLE, 37, 9, 180, 8
 END
 
 STRINGTABLE DISCARDABLE




More information about the wine-cvs mailing list