]> git.saurik.com Git - wxWidgets.git/commitdiff
'Set to Unspecified' -> 'Set Value to Unspecified'
authorJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 14 Dec 2009 15:18:52 +0000 (15:18 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Mon, 14 Dec 2009 15:18:52 +0000 (15:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/propgrid/propgrid.cpp

index 7af6429db2a7071bc0571995e7b75aa86e3b4369..410ec6936aba7fe9ace651243263db8c382a64ae 100644 (file)
@@ -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.") );