From: Gé van Geldorp Date: Sat, 7 Jan 2006 23:25:02 +0000 (+0000) Subject: j_anderw : X-Git-Tag: backups/expat-rbuild@40467~475 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=7fbbe537cd1ac12ce6407d0258bd34e59c1aa44d j_anderw : ReactOS system control panel displays wrong title svn path=/trunk/; revision=20682 --- diff --git a/reactos/lib/cpl/sysdm/resource.h b/reactos/lib/cpl/sysdm/resource.h index 16746db695c..5047e09e6df 100644 --- a/reactos/lib/cpl/sysdm/resource.h +++ b/reactos/lib/cpl/sysdm/resource.h @@ -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 */