diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-11 16:47:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-11 16:47:48 +0000 |
commit | b7b5b052ff717d1f6c4a35ca11814e0401463f8c (patch) | |
tree | d973bf68526d72b4e2a0aad06416b9e7afc8a38b /desktop/win32 | |
parent | eb92d94b53e3c1cdd5bdf39d71a0962672302d04 (diff) |
INTEGRATION: CWS networker3 (1.2.2); FILE MERGED
2004/05/25 12:32:49 dv 1.2.2.2: #116567# Modified some strings according to spec
2004/04/27 12:27:20 dv 1.2.2.1: #i25671# Cleanup of choose language dialog
Diffstat (limited to 'desktop/win32')
-rw-r--r-- | desktop/win32/source/setup/Resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/win32/source/setup/Resource.h b/desktop/win32/source/setup/Resource.h index 565dd1c2864f..c1fdc642f6df 100644 --- a/desktop/win32/source/setup/Resource.h +++ b/desktop/win32/source/setup/Resource.h @@ -9,7 +9,8 @@ #ifndef _RESOURCE_H #define _RESOURCE_H -#define IDS_APP_TITLE 11 +#define IDS_APP_TITLE 10 +#define IDS_APP_PROD_TITLE 11 #define IDS_OUTOFMEM 12 #define IDS_NOMSI 13 #define IDS_REQUIRES_NEWER_VERSION 14 @@ -26,7 +27,7 @@ #define IDS_ALREADY_RUNNING 25 #define IDS_UNKNOWN_ERROR 26 #define IDS_INVALID_PROFILE 27 -#define IDS_STRING39 28 +#define IDS_CHOOSE_LANG 28 #define IDS_UNKNOWN_LANG 29 #define IDS_LANGUAGE_ENGLISH 30 #define IDS_LANGUAGE_SPAIN 31 @@ -60,6 +61,7 @@ #define IDD_LANGUAGE 101 #define IDC_COMBO1 1001 +#define IDC_TEXT01 1002 #define IDI_INSTALLER 99 |