2 GnuWin32 compile bugs fixed, incl. printf bug in prntdlgg that sent GnuWin32
into an endless loop git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -235,7 +235,7 @@ bool wxGenericPrintDialog::TransferDataToWindow(void)
|
||||
|
||||
sprintf(buf, "%d", printData.GetFromPage());
|
||||
fromText->SetValue(buf);
|
||||
sprintf(buf, "% d", printData.GetFromPage());
|
||||
sprintf(buf, "%d", printData.GetFromPage());
|
||||
toText->SetValue(buf);
|
||||
|
||||
if (printData.GetAllPages())
|
||||
|
Reference in New Issue
Block a user