]> git.saurik.com Git - wxWidgets.git/commitdiff
adding two missing strings (used in docview)
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 14 Aug 2011 15:41:10 +0000 (15:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 14 Aug 2011 15:41:10 +0000 (15:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/stockitem.cpp

index 5a897d7f78028ce76523a87cd693475192275517..2df465503d1f50ec29e2265998689908ece53e26 100644 (file)
@@ -177,6 +177,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags)
         STOCKITEM(wxID_OPEN,                _("&Open..."),            _("Open..."));
         STOCKITEM(wxID_PASTE,               _("&Paste"),              _("Paste"));
         STOCKITEM(wxID_PREFERENCES,         _("&Preferences"),        _("Preferences"));
+        STOCKITEM(wxID_PREVIEW,             _("&Preview..."),         _("Preview..."));
         STOCKITEM(wxID_PRINT,               _("&Print..."),           _("Print..."));
         STOCKITEM(wxID_PROPERTIES,          _("&Properties"),         _("Properties"));
         STOCKITEM(wxID_REDO,                _("&Redo"),               _("Redo"));
@@ -184,6 +185,7 @@ wxString wxGetStockLabel(wxWindowID id, long flags)
         STOCKITEM(wxID_REMOVE,              _("Remove"),              _("Remove"));
         STOCKITEM(wxID_REPLACE,             _("Rep&lace"),            _("Replace"));
         STOCKITEM(wxID_SAVE,                _("&Save"),               _("Save"));
+        STOCKITEM(wxID_SAVEAS,              _("&Save as"),            _("Save as"));
         STOCKITEM(wxID_SELECT_COLOR,        _("&Color"),              _("Color"));
         STOCKITEM(wxID_SELECT_FONT,         _("&Font"),               _("Font"));
         STOCKITEM(wxID_SORT_ASCENDING,      _("&Ascending"),          _("Ascending"));