useIconFont was always false for Win9x
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -438,7 +438,7 @@ extern wxFont wxGetCCDefaultFont()
|
||||
{
|
||||
case wxWIN95:
|
||||
// 4.10 is Win98
|
||||
useIconFont = verMin == 4 && verMin >= 10;
|
||||
useIconFont = verMaj == 4 && verMin >= 10;
|
||||
break;
|
||||
|
||||
case wxWINDOWS_NT:
|
||||
|
Reference in New Issue
Block a user