mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
get version number to display from RES_STR_PRODUCT_VERSION
svn path=/branches/lean-explorer/; revision=10373
This commit is contained in:
@@ -38,3 +38,15 @@ BEGIN
|
||||
END
|
||||
END
|
||||
|
||||
|
||||
#define IDS_VERSION_STR 5000
|
||||
#define IDS_EXPLORER_VERSION_STR 5001
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_VERSION_STR RES_STR_PRODUCT_VERSION
|
||||
IDS_EXPLORER_VERSION_STR "ReactOS %s Lean Explorer"
|
||||
END
|
||||
|
||||
|
||||
Reference in New Issue
Block a user