No real changes, just fixed a couple of typos in comments, fixes #16726.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@78271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2014-12-14 11:12:31 +00:00
parent 1f054661a4
commit e086d73560
10 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ public:
wxApp();
virtual ~wxApp();
/* override for altering the way wxGTK intializes the GUI
/* override for altering the way wxGTK initializes the GUI
* (palette/visual/colorcube). under wxMSW, OnInitGui() does nothing by
* default. when overriding this method, the code in it is likely to be
* platform dependent, otherwise use OnInit(). */