http://bugs.winehq.org/show_bug.cgi?id=2464
Summary: tmschema.h has a typo: RBS_UNCHECEDHOT Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: Andreas.Hausladen@gmx.de
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