]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/advprops.cpp
Add missing WXK constants for the control keys
[wxWidgets.git] / src / propgrid / advprops.cpp
index 7c26ec6d07ccd7281a253f3ff6af228f93e3fede..a634885003d3beb8c9457183a8e5f83732a1a77d 100644 (file)
@@ -1437,7 +1437,7 @@ bool wxSystemColourProperty::StringToValue( wxVariant& value, const wxString& te
     {
         if ( !(argFlags & wxPG_EDITABLE_VALUE ))
         {
     {
         if ( !(argFlags & wxPG_EDITABLE_VALUE ))
         {
-            // This really should not occurr...
+            // This really should not occur...
             // wxASSERT(false);
             ResetNextIndex();
             return false;
             // wxASSERT(false);
             ResetNextIndex();
             return false;
@@ -2204,7 +2204,7 @@ wxString wxDateProperty::ValueToString( wxVariant& value,
 
 wxString wxDateProperty::DetermineDefaultDateFormat( bool showCentury )
 {
 
 wxString wxDateProperty::DetermineDefaultDateFormat( bool showCentury )
 {
-    // This code is basicly copied from datectlg.cpp's SetFormat
+    // This code is basically copied from datectlg.cpp's SetFormat
     //
     wxString format;
 
     //
     wxString format;