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:
Dimitri Schoolwerth
2005-04-19 13:27:52 +00:00
parent 7bf9628485
commit b594d7f7d8

View File

@@ -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: