Remove trailing whitespace from several files
No real changes. See https://github.com/wxWidgets/wxWidgets/pull/787
This commit is contained in:
committed by
Vadim Zeitlin
parent
8d02384792
commit
496da2e550
@@ -337,7 +337,7 @@ wxString wxAcceleratorEntry::AsPossiblyLocalizedString(bool localized) const
|
||||
if ( flags & wxACCEL_RAW_CTRL )
|
||||
text += PossiblyLocalize(wxTRANSLATE("RawCtrl+"), localized);
|
||||
#endif
|
||||
|
||||
|
||||
const int code = GetKeyCode();
|
||||
|
||||
if ( code >= WXK_F1 && code <= WXK_F12 )
|
||||
|
||||
Reference in New Issue
Block a user