typo in tmschema.h constant

Andreas Hausladen Andreas.Hausladen at gmx.de
Fri Sep 3 11:33:58 CDT 2004


In the include/tmschema.h file the RBS_UNCHECEDHOT is missing the "K" in 
"checked".



--- tmschema.h 2004-09-03 11:42:11.000000000 +0200
+++ tmschema.h 2004-09-03 11:42:32.000000000 +0200
@@ -382,9 +382,9 @@
 #define PBS_DEFAULTED   5

 /* BUTTON RADIOBUTTON states */
 #define RBS_UNCHECKEDNORMAL   1
-#define RBS_UNCHECEDHOT       2
+#define RBS_UNCHECKEDHOT      2
 #define RBS_UNCHECKEDPRESSED  3
 #define RBS_UNCHECKEDDISABLED 4
 #define RBS_CHECKEDNORMAL     5
 #define RBS_CHECKEDHOT        6 




More information about the wine-patches mailing list