'Set to Unspecified' -> 'Set Value to Unspecified'
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cae41346c9
commit
b5aaf62e97
@ -2249,7 +2249,7 @@ FormMain::FormMain(const wxString& title, const wxPoint& pos, const wxSize& size
|
||||
menuTools1->AppendSeparator();
|
||||
menuTools1->Append(ID_SETBGCOLOUR, wxT("Set Bg Colour") );
|
||||
menuTools1->Append(ID_SETBGCOLOURRECUR, wxT("Set Bg Colour (Recursively)") );
|
||||
menuTools1->Append(ID_UNSPECIFY, wxT("Set to Unspecified") );
|
||||
menuTools1->Append(ID_UNSPECIFY, "Set Value to Unspecified");
|
||||
menuTools1->AppendSeparator();
|
||||
m_itemEnable = menuTools1->Append(ID_ENABLE, wxT("Enable"),
|
||||
wxT("Toggles item's enabled state.") );
|
||||
|
Loading…
Reference in New Issue
Block a user