Fix comment typos in sources
No real changes. Closes https://github.com/wxWidgets/wxWidgets/pull/2541
This commit is contained in:
committed by
Vadim Zeitlin
parent
cfdd4127b5
commit
668a2186cd
@@ -165,7 +165,7 @@ enum POPUPCHECKSTATES
|
||||
// If we declare them as taking LOGFONT below, the code would be able to
|
||||
// silently pass LOGFONTA to them in ANSI build and would crash at run-time
|
||||
// under Windows Vista/7 because of a buffer overrun (LOGFONTA being smaller
|
||||
// than LOGFONTW expected by these functions). If we we declare them as taking
|
||||
// than LOGFONTW expected by these functions). If we declare them as taking
|
||||
// LOGFONTW, the code wouldn't work correctly under XP. So we use a special
|
||||
// wxUxThemeFont class to encapsulate this and intentionally change the LOGFONT
|
||||
// output parameters of the theme functions to take it instead.
|
||||
|
Reference in New Issue
Block a user