Fix typos in sample comments
Closes https://github.com/wxWidgets/wxWidgets/pull/2513
This commit is contained in:
committed by
Vadim Zeitlin
parent
8368914725
commit
1380b1914c
@@ -82,7 +82,7 @@ MyResizableListCtrl::MyResizableListCtrl( wxWindow *parent, wxWindowID id,
|
||||
// This listctrl needs to insert its columns in the constructor, since
|
||||
// as soon as the listctrl is built, it is resized and grafted onto an
|
||||
// "unknown" XRC placeholder. This induces an OnSize() event, calling the
|
||||
// overrriden OnSize function for this class, which needs to have 3
|
||||
// overridden OnSize function for this class, which needs to have 3
|
||||
// columns to resize (else an assert on WXGTK debug build).
|
||||
InsertColumn( RECORD_COLUMN, _("Record"), wxLIST_FORMAT_LEFT, 140);
|
||||
InsertColumn( ACTION_COLUMN, _("Action"), wxLIST_FORMAT_LEFT, 70);
|
||||
|
Reference in New Issue
Block a user