]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/accelcmn.cpp
The new wxImage related gaphics context code uses some new Cairo APIs, add the code...
[wxWidgets.git] / src / common / accelcmn.cpp
index 4d05f3de4df865e286bec50e7d218a7a5b5b5164..a90fdda01df1d6b96c59aee46dd5c2d958e2f06b 100644 (file)
@@ -342,7 +342,7 @@ wxString wxAcceleratorEntry::ToString() const
                  // build as they're only defined for the ASCII range (or EOF)
                  wxIsascii(code) &&
 #endif // ANSI
-                    wxIsalnum(code) )
+                    wxIsprint(code) )
             {
                 text << (wxChar)code;
             }