Module: wine Branch: master Commit: 08cfdd6c5ed1d56881b16fcd21b15de0b4a882d1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=08cfdd6c5ed1d56881b16fcd21...
Author: Ken Sharp kennybobs@o2.co.uk Date: Wed Oct 19 17:15:59 2011 +0100
winecfg: Update English resource.
---
programs/winecfg/En.rc | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/programs/winecfg/En.rc b/programs/winecfg/En.rc index d6e3e6e..d1f4706 100644 --- a/programs/winecfg/En.rc +++ b/programs/winecfg/En.rc @@ -208,6 +208,23 @@ END
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
+IDD_ABOUTCFG DIALOGEX 0, 0, 260, 220 +STYLE WS_CHILD +FONT 8, "MS Shell Dlg" +BEGIN + CONTROL "", IDC_ABT_PANEL, "STATIC", SS_OWNERDRAW, 0, 0, 260, 140 + LTEXT PACKAGE_NAME,IDC_ABT_TITLE_TEXT,105,30,55,30 + LTEXT PACKAGE_VERSION,IDC_ABT_PANEL_TEXT,160,43,140,8 + CONTROL "",IDC_ABT_WEB_LINK,"SysLink", LWS_TRANSPARENT, 105,53,106,8 + LTEXT "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.", + IDC_ABT_LICENSE_TEXT,105,64,145,60 + GROUPBOX " Windows Registration Information ", IDC_STATIC, 15, 155, 230, 55 + LTEXT "&Owner:", IDC_STATIC, 22, 171, 40, 20 + EDITTEXT IDC_ABT_OWNER, 75, 171, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP + LTEXT "Organi&sation:", IDC_STATIC, 22, 185, 50, 20 + EDITTEXT IDC_ABT_ORG, 75, 185, 160, 13, ES_AUTOHSCROLL | WS_TABSTOP +END + IDD_DESKTOP_INTEGRATION DIALOG 0, 0, 260, 220 STYLE WS_CHILD | WS_DISABLED FONT 8, "MS Shell Dlg"