git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8935
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Font_EnumFamilies,
Font_EnumFixedFamilies,
Font_EnumEncodings,
- Font_CheckNativeToFromString
- Font_Max,
+ Font_CheckNativeToFromString,
+ Font_Max
};
// ----------------------------------------------------------------------------
token = tokenizer.GetNextToken();
if ( !token.ToLong(&l) )
return FALSE;
- underlined = (int)l;
+ underlined = l != 0;
faceName = tokenizer.GetNextToken();
if( !faceName )