X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/86f5e64bb18f748bd5d574fd86bce84b119bef86..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/interface/wx/accel.h?ds=sidebyside
diff --git a/interface/wx/accel.h b/interface/wx/accel.h
index bdc72a32ea..0444340d06 100644
--- a/interface/wx/accel.h
+++ b/interface/wx/accel.h
@@ -2,7 +2,6 @@
// Name: accel.h
// Purpose: interface of wxAccelerator* classes
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
@@ -108,7 +107,7 @@ public:
/**
Returns a textual representation of this accelerator.
- The returned string is of the form [Alt+][Ctrl+][Shift+]Key
+ The returned string is of the form [Alt+][Ctrl+][RawCtrl+][Shift+]Key
where the modifier keys are present only if the corresponding flag is
set.
*/