X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb3cb4925c02e71698216d06b3a2cba22066217d..64ac3db840a3b4496131a11817926859b4eab870:/src/common/stockitem.cpp diff --git a/src/common/stockitem.cpp b/src/common/stockitem.cpp index 71fdc44dee..fc62ec4276 100644 --- a/src/common/stockitem.cpp +++ b/src/common/stockitem.cpp @@ -298,6 +298,7 @@ wxAcceleratorEntry wxGetStockAccelerator(wxWindowID id) STOCKITEM(wxID_NEW, wxACCEL_CTRL,'N') STOCKITEM(wxID_OPEN, wxACCEL_CTRL,'O') STOCKITEM(wxID_PASTE, wxACCEL_CTRL,'V') + STOCKITEM(wxID_PRINT, wxACCEL_CTRL,'P') STOCKITEM(wxID_REDO, wxACCEL_CTRL | wxACCEL_SHIFT,'Z') STOCKITEM(wxID_REPLACE, wxACCEL_CTRL,'R') STOCKITEM(wxID_SAVE, wxACCEL_CTRL,'S')