j_anderw j_anderw@sbox.tugraz.at: ReactOS system control panel displays wrong title Modified: trunk/reactos/lib/cpl/sysdm/resource.h _____
Modified: trunk/reactos/lib/cpl/sysdm/resource.h --- trunk/reactos/lib/cpl/sysdm/resource.h 2006-01-07 23:22:56 UTC (rev 20681) +++ trunk/reactos/lib/cpl/sysdm/resource.h 2006-01-07 23:25:02 UTC (rev 20682) @@ -24,6 +24,11 @@
#define IDS_CPLSYSTEMNAME 1001 #define IDS_CPLSYSTEMDESCRIPTION 2001 +#define IDS_DRIVE 3000 +#define IDS_SPACE 3001 +#define IDS_MIN 3002 +#define IDS_REC 3003 +#define IDS_CUR 3004
/* controls */ #define IDC_LICENSEMEMO 101 @@ -83,15 +88,6 @@ #define IDC_RECOMMENDED 252 #define IDC_CURRENT 253
-#define IDS_DRIVE 1000 -#define IDS_SPACE 1001 -#define IDS_MIN 1002 -#define IDS_REC 1003 -#define IDS_CUR 1004 - - - - #endif /* __CPL_RESOURCE_H */
/* EOF */