[ros-diffs] [tkreuzer] 48140: [ACCESS] WRC doesn't like (x+x+x+2+x+x+x+x+x+x), use (x+x+x+x+x+x+x+x+x+2) instead. To figure out the reason is left as an exercise for the reader.

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Jul 20 19:10:03 UTC 2010


Author: tkreuzer
Date: Tue Jul 20 19:10:02 2010
New Revision: 48140

URL: http://svn.reactos.org/svn/reactos?rev=48140&view=rev
Log:
[ACCESS]
WRC doesn't like (x+x+x+2+x+x+x+x+x+x), use (x+x+x+x+x+x+x+x+x+2) instead. To figure out the reason is left as an exercise for the reader.

Modified:
    trunk/reactos/dll/cpl/access/resource.h

Modified: trunk/reactos/dll/cpl/access/resource.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/access/resource.h?rev=48140&r1=48139&r2=48140&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/access/resource.h [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/access/resource.h [iso-8859-1] Tue Jul 20 19:10:02 2010
@@ -5,7 +5,7 @@
 #define PROPSHEETHEIGHT 228
 #define PROPSHEETPADDING(x)  (x+x+x+x+x+x)
 #define SYSTEM_COLUMN   (18*PROPSHEETPADDING)
-#define LABELLINE(x)  (x+x+x+2+x+x+x+x+x+x)
+#define LABELLINE(x)  (x+x+x+x+x+x+x+x+x+2)
 
 
 #define ICONSIZE        16




More information about the Ros-diffs mailing list