mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
enable system info (again)
svn path=/trunk/; revision=24135
This commit is contained in:
@@ -7,9 +7,9 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
CONTROL "", IDC_ROSIMG, "Static", SS_OWNERDRAW, 4, 5, 248, 111
|
||||
LTEXT "System:", IDC_STATIC, 4, 132, 32, 9
|
||||
//LTEXT REACTOS_STR_PRODUCT_NAME, IDC_STATIC, 10, 144, 116, 9
|
||||
LTEXT REACTOS_STR_PRODUCT_NAME, IDC_STATIC, 10, 144, 116, 9
|
||||
LTEXT "Version ", IDC_STATIC, 10, 153, 25, 9
|
||||
//LTEXT REACTOS_STR_PRODUCT_VERSION, IDC_STATIC, 35, 153, 91, 9
|
||||
LTEXT REACTOS_STR_PRODUCT_VERSION, IDC_STATIC, 35, 153, 91, 9
|
||||
LTEXT "Machine:", IDC_STATIC, 124, 132, 34, 9
|
||||
LTEXT "", IDC_PROCESSORMANUFACTURER, 130, 144, 118, 9
|
||||
LTEXT "", IDC_PROCESSOR, 130, 153, 118, 9
|
||||
|
||||
@@ -8,7 +8,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Applet\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "sysdm\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "sysdm.cpl\0"
|
||||
//#include <reactos/version.rc>
|
||||
#include <reactos/version.rc>
|
||||
|
||||
IDI_CPLSYSTEM ICON "resources/applet.ico"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user