Change capitalization of stock label "&CD-Rom" to "&CD-ROM"
Use standard upper case instead of strange mixed one. Closes https://github.com/wxWidgets/wxWidgets/pull/2241
This commit is contained in:
committed by
Vadim Zeitlin
parent
0631ee37d9
commit
7eeab1bb7e
@@ -27,7 +27,7 @@ Also note that you can retrieve stock bitmaps using wxArtProvider.
|
||||
@stock{wxID_BOLD,bold,&Bold}
|
||||
@stock{wxID_BOTTOM,goto-bottom,&Bottom}
|
||||
@stock{wxID_CANCEL,cancel,&Cancel}
|
||||
@stock{wxID_CDROM,cdrom,&CD-Rom}
|
||||
@stock{wxID_CDROM,cdrom,&CD-ROM}
|
||||
@stock{wxID_CLEAR,clear,&Clear}
|
||||
@stock{wxID_CLOSE,close,&Close}
|
||||
@stock{wxID_CONVERT,convert,&Convert}
|
||||
|
Reference in New Issue
Block a user