Remove obsolete symbols from the samples
Mostly don't mention OS/2 in the comments about the icons. Also replace a couple of occurrences of "wxWindows" with "wxWidgets". Closes https://github.com/wxWidgets/wxWidgets/pull/138
This commit is contained in:
@@ -704,7 +704,7 @@ MyPanel::MyPanel(wxWindow *parent)
|
||||
m_calendar = DoCreateCalendar(wxDefaultDateTime,
|
||||
wxCAL_MONDAY_FIRST | wxCAL_SHOW_HOLIDAYS);
|
||||
|
||||
// adjust to vertical/horizontal display, check mostly dedicated to WinCE
|
||||
// adjust to vertical/horizontal display
|
||||
bool horizontal = ( wxSystemSettings::GetMetric(wxSYS_SCREEN_X) > wxSystemSettings::GetMetric(wxSYS_SCREEN_Y) );
|
||||
m_sizer = new wxBoxSizer( horizontal ? wxHORIZONTAL : wxVERTICAL );
|
||||
|
||||
|
Reference in New Issue
Block a user