[ACCESS]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 20 Jul 2010 19:10:02 +0000 (19:10 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Tue, 20 Jul 2010 19:10:02 +0000 (19:10 +0000)
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.

svn path=/trunk/; revision=48140

reactos/dll/cpl/access/resource.h

index 04ab118..1b8ac9b 100644 (file)
@@ -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