Alexander Nicolaysen Sørnes : comdlg32: FindText: Fix text length in Norwegian template.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 27 06:07:44 CDT 2007


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

Author: Alexander Nicolaysen Sørnes <alex at thehandofagony.com>
Date:   Sun Aug 26 19:19:46 2007 +0200

comdlg32: FindText: Fix text length in Norwegian template.

---

 dlls/comdlg32/cdlg_No.rc |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dlls/comdlg32/cdlg_No.rc b/dlls/comdlg32/cdlg_No.rc
index 39b4d3e..ce8013c 100644
--- a/dlls/comdlg32/cdlg_No.rc
+++ b/dlls/comdlg32/cdlg_No.rc
@@ -1,5 +1,5 @@
 /*
- * Copyright 2005 Alexander N. Sørnes
+ * Copyright 2005-2007 Alexander N. Sørnes
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -189,10 +189,10 @@ FONT 8, "MS Shell Dlg"
  LTEXT "Fi&nn:", -1, 4, 8, 42, 8
  EDITTEXT edt1, 47, 7, 128, 12, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
  CHECKBOX "Finn &kun hele ord", chx1, 4, 26, 100, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- CHECKBOX "Skill &mellom store/små bokstaver", chx2, 4, 42, 64, 12, BS_AUTOCHECKBOX | WS_TABSTOP
- GROUPBOX "Retning", grp1, 107, 26, 68, 28
- CONTROL "&Opp", rad1, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 111, 38, 20, 12
- CONTROL "&Ned", rad2, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 138, 38, 30, 12
+ CHECKBOX "Skill &mellom store og små bokstaver", chx2, 4, 42, 125, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ GROUPBOX "Retning", grp1, 137, 23, 40, 36
+ CONTROL "&Opp", rad1, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 141, 31, 30, 12
+ CONTROL "&Ned", rad2, "BUTTON", BS_AUTORADIOBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 141, 44, 30, 12
 
  DEFPUSHBUTTON "&Finn neste", IDOK, 182,  5, 50, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Avbryt", IDCANCEL	 , 182, 23, 50, 14, WS_GROUP | WS_TABSTOP
@@ -210,7 +210,7 @@ FONT 8, "MS Shell Dlg"
  LTEXT "&Erstatt med:", -1, 4, 26, 48, 8
  EDITTEXT edt2, 54, 24, 114, 12, ES_AUTOHSCROLL | WS_BORDER | WS_GROUP | WS_TABSTOP
  CHECKBOX "Finn kun &hele ord", chx1, 5, 46, 104, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
- CHECKBOX "Skill mellom store og små bokstaver", chx2, 5, 62, 59, 12, BS_AUTOCHECKBOX | WS_TABSTOP
+ CHECKBOX "Skill mellom store og små bokstaver", chx2, 5, 62, 125, 12, BS_AUTOCHECKBOX | WS_TABSTOP
 
  DEFPUSHBUTTON "&Finn neste", IDOK, 174,  4, 50, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "E&rsatt", psh1	 , 174, 21, 50, 14, WS_GROUP | WS_TABSTOP




More information about the wine-cvs mailing list