X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1b20379e45636461e4aa45e5263fb3d9a4956a8..90bddb8566eed2a2b16de533a655d1c04d9a584f:/src/common/dlgcmn.cpp?ds=sidebyside diff --git a/src/common/dlgcmn.cpp b/src/common/dlgcmn.cpp index 3aa20ce30a..260bb28bc8 100644 --- a/src/common/dlgcmn.cpp +++ b/src/common/dlgcmn.cpp @@ -114,7 +114,7 @@ wxSizer *wxDialogBase::CreateTextSizer( const wxString& message ) break; case wxT('&'): - // this is used as accel mnemonic prefix in the wxWindows + // this is used as accel mnemonic prefix in the wxWidgets // controls but in the static messages created by // CreateTextSizer() (used by wxMessageBox, for example), we // don't want this special meaning, so we need to quote it