[Bug 2464] New: tmschema.h has a typo: RBS_UNCHECEDHOT

Wine Bugs wine-bugs at winehq.org
Fri Sep 3 04:49:12 CDT 2004


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 at winehq.org
        ReportedBy: Andreas.Hausladen at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list