Branching for 0.3.15 release after two days of no response from a certain sphere...
[reactos.git] / base / shell / explorer / explorer.rc
1 #include "explorer_intres.rc"
2
3 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Explorer\0"
4 #define REACTOS_STR_INTERNAL_NAME "explorer\0"
5 #define REACTOS_STR_ORIGINAL_FILENAME "explorer.exe\0"
6 #include <reactos/version.rc>
7
8 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
9
10 #define IDS_VERSION_STR 5000
11 #define IDS_EXPLORER_VERSION_STR 5001
12
13 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
14
15 STRINGTABLE DISCARDABLE
16 BEGIN
17 IDS_VERSION_STR REACTOS_STR_PRODUCT_VERSION
18 IDS_EXPLORER_VERSION_STR "ReactOS %s Explorer"
19 END