Fix typos in comments and assertion messages
Closes https://github.com/wxWidgets/wxWidgets/pull/1596
This commit is contained in:
committed by
Vadim Zeitlin
parent
60bb1a356d
commit
e2b4cd9f77
@@ -149,8 +149,8 @@ public:
|
||||
virtual void ApplyToolTip( GtkTooltips *tips, const wxChar *tip );
|
||||
#endif // wxUSE_TOOLTIPS
|
||||
|
||||
// Call after modifing the value of m_hAdjust or m_vAdjust to bring the
|
||||
// scrolbar in sync (this does not generate any wx events)
|
||||
// Call after modifying the value of m_hAdjust or m_vAdjust to bring the
|
||||
// scrollbar in sync (this does not generate any wx events)
|
||||
void GtkUpdateScrollbar(int orient);
|
||||
|
||||
// Called from GTK signal handlers. it indicates that
|
||||
|
Reference in New Issue
Block a user