Fixed buggy printer-setting-remembering bug fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-28 08:52:19 +00:00
parent bf37745c30
commit d6f6f90a65

View File

@@ -475,7 +475,7 @@ void wxPrintData::ConvertToNative()
} }
// TODO: I hope it's OK to pass some empty strings to DEVNAMES. // TODO: I hope it's OK to pass some empty strings to DEVNAMES.
hDevNames = wxCreateDevNames("", m_printerName, ""); m_devNames = (void*) (long) wxCreateDevNames("", m_printerName, "");
} }
void wxPrintData::ConvertFromNative() void wxPrintData::ConvertFromNative()