2006-02-16 23:23:37 +00:00
|
|
|
/* $Id: explorer.rc 17951 2005-09-20 19:51:27Z mf $ */
|
|
|
|
|
|
|
|
#include "explorer_intres.rc"
|
|
|
|
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Explorer\0"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "explorer\0"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "explorer.exe\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
|
|
|
|
#define IDS_VERSION_STR 5000
|
|
|
|
#define IDS_EXPLORER_VERSION_STR 5001
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2007-10-19 23:21:45 +00:00
|
|
|
STRINGTABLE DISCARDABLE
|
2006-02-16 23:23:37 +00:00
|
|
|
BEGIN
|
|
|
|
IDS_VERSION_STR REACTOS_STR_PRODUCT_VERSION
|
|
|
|
IDS_EXPLORER_VERSION_STR "ReactOS %s Explorer"
|
|
|
|
END
|