Home
last modified time | relevance | path

Searched refs:IDS_EXPLORER_VERSION_STR (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.rc101 IDS_EXPLORER_VERSION_STR "ROS Explorer%0s"
103 IDS_EXPLORER_VERSION_STR "ROS Explorer Ansi%0s"
199 #define IDS_EXPLORER_VERSION_STR 5001
206 IDS_EXPLORER_VERSION_STR "ReactOS %s Explorer"
H A Dresource.h186 #define IDS_EXPLORER_VERSION_STR 5001 macro
H A Dexplorer.cpp892 FmtString ver_txt(ResString(IDS_EXPLORER_VERSION_STR), (LPCTSTR)ResString(IDS_VERSION_STR)); in ExplorerAboutDlg()