#endif
#include "wx/defs.h"
+#include "wx/wxchar.h"
#include "wx/string.h"
// ----------------------------------------------------------------------------
// Returns label that should be used for given stock UI element (e.g. "&OK"
// for wxSTOCK_OK):
-WXDLLEXPORT wxString wxGetStockLabel(wxWindowID id);
+WXDLLEXPORT wxString wxGetStockLabel(wxWindowID id,
+ bool withCodes = true,
+ wxString accelerator = wxEmptyString);
#ifdef __WXGTK20__
// Translates stock ID to GTK+'s stock item string indentifier: