Fix wxID_SAVEAS label to meet design guidelines
This bug was introduced way back in Aug 2011 by
73d1308b85
This fixes the code to match the exsiting documentation in
docs/doxygen/mainpages/const_stockitems.h
This commit is contained in:
@@ -188,7 +188,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags)
|
||||
STOCKITEM(wxID_REPLACE, _("Rep&lace"), _("Replace"));
|
||||
STOCKITEM(wxID_REVERT_TO_SAVED, _("Revert to Saved"), _("Revert to Saved"));
|
||||
STOCKITEM(wxID_SAVE, _("&Save"), _("Save"));
|
||||
STOCKITEM(wxID_SAVEAS, _("&Save as"), _("Save as"));
|
||||
STOCKITEM(wxID_SAVEAS, _("Save &as..."), _("Save as..."));
|
||||
STOCKITEM(wxID_SELECTALL, _("Select &All"), _("Select All"));
|
||||
STOCKITEM(wxID_SELECT_COLOR, _("&Color"), _("Color"));
|
||||
STOCKITEM(wxID_SELECT_FONT, _("&Font"), _("Font"));
|
||||
|
Reference in New Issue
Block a user