X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26ac5fadeaa4081fb0e19909d6152f75c64090bb..2f02cb8966964ea7a6f5d875ed9f3434ea05ab59:/include/wx/stubs/accel.h

diff --git a/include/wx/stubs/accel.h b/include/wx/stubs/accel.h
index 10e43ef5e8..ec39737483 100644
--- a/include/wx/stubs/accel.h
+++ b/include/wx/stubs/accel.h
@@ -31,7 +31,7 @@ class WXDLLEXPORT wxAcceleratorTable;
 #define wxACCEL_SHIFT   0x04
 
  // Hold no key down
-#define wxACCEL_NONE    0x00
+#define wxACCEL_NORMAL  0x00
 
 class WXDLLEXPORT wxAcceleratorEntry
 {