Various makefile corrections,

Minor beatifications.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-01-22 22:47:30 +00:00
parent bfdc8d1870
commit e680a37841
7 changed files with 88 additions and 70 deletions

View File

@@ -1772,7 +1772,7 @@ static void ShowBitmap(const wxBitmap& bitmap)
frame->SetStatusText(wxString::Format(_T("%dx%d"), w, h));
frame->SetClientSize(w > 100 ? 100 : w, h > 100 ? 100 : h);
frame->Show();
frame->Show(TRUE);
}
#ifdef USE_METAFILES