]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/stctest.cpp
fix sizing of extra control
[wxWidgets.git] / samples / stc / stctest.cpp
index fb3d1e02c8358ef87540ed6b4c4c9b3280a672d2..9efc2f8317a03414a3a8d7e74103fefb79f1acc0 100644 (file)
@@ -502,7 +502,7 @@ void AppFrame::CreateMenu ()
     menuEdit->Enable (myID_GOTO, false);
     menuEdit->AppendSeparator();
     menuEdit->Append (myID_INDENTINC, _("&Indent increase\tTab"));
-    menuEdit->Append (myID_INDENTRED, _("I&ndent reduce\tBksp"));
+    menuEdit->Append (myID_INDENTRED, _("I&ndent reduce\tBackspace"));
     menuEdit->AppendSeparator();
     menuEdit->Append (wxID_SELECTALL, _("&Select all\tCtrl+A"));
     menuEdit->Append (myID_SELECTLINE, _("Select &line\tCtrl+L"));