Fill out help strings for menu items

This commit is contained in:
David Howland
2018-03-16 10:52:28 -04:00
parent 1f30c8ccc9
commit c841e78083

View File

@@ -264,6 +264,8 @@ wxString wxGetStockHelpString(wxWindowID id, wxStockHelpStringClient client)
STOCKITEM(wxID_EXIT, wxSTOCK_MENU, _("Quit this program")) STOCKITEM(wxID_EXIT, wxSTOCK_MENU, _("Quit this program"))
STOCKITEM(wxID_REDO, wxSTOCK_MENU, _("Redo last action")) STOCKITEM(wxID_REDO, wxSTOCK_MENU, _("Redo last action"))
STOCKITEM(wxID_UNDO, wxSTOCK_MENU, _("Undo last action")) STOCKITEM(wxID_UNDO, wxSTOCK_MENU, _("Undo last action"))
STOCKITEM(wxID_NEW, wxSTOCK_MENU, _("Create new document"))
STOCKITEM(wxID_OPEN, wxSTOCK_MENU, _("Open an existing document"))
STOCKITEM(wxID_CLOSE, wxSTOCK_MENU, _("Close current document")) STOCKITEM(wxID_CLOSE, wxSTOCK_MENU, _("Close current document"))
STOCKITEM(wxID_SAVE, wxSTOCK_MENU, _("Save current document")) STOCKITEM(wxID_SAVE, wxSTOCK_MENU, _("Save current document"))
STOCKITEM(wxID_SAVEAS, wxSTOCK_MENU, _("Save current document with a different filename")) STOCKITEM(wxID_SAVEAS, wxSTOCK_MENU, _("Save current document with a different filename"))