Reintegrate header-work branch. Important changes include continued work on headers...
[reactos.git] / reactos / base / shell / explorer / explorer.rc
1 /* $Id: explorer.rc 17951 2005-09-20 19:51:27Z mf $ */
2
3 #include "explorer_intres.rc"
4
5 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Explorer\0"
6 #define REACTOS_STR_INTERNAL_NAME "explorer\0"
7 #define REACTOS_STR_ORIGINAL_FILENAME "explorer.exe\0"
8 #include <reactos/version.rc>
9
10 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
11
12 #define IDS_VERSION_STR 5000
13 #define IDS_EXPLORER_VERSION_STR 5001
14
15 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
16
17 STRINGTABLE DISCARDABLE
18 BEGIN
19 IDS_VERSION_STR REACTOS_STR_PRODUCT_VERSION
20 IDS_EXPLORER_VERSION_STR "ReactOS %s Explorer"
21 END