]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/stc/stctest.cpp
don't crash if an item has a NULL ID
[wxWidgets.git] / samples / stc / stctest.cpp
index fb3d1e02c8358ef87540ed6b4c4c9b3280a672d2..203cd15bbc65c26611a39d2f81abfa92cf643752 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\tShift+Tab"));
     menuEdit->AppendSeparator();
     menuEdit->Append (wxID_SELECTALL, _("&Select all\tCtrl+A"));
     menuEdit->Append (myID_SELECTLINE, _("Select &line\tCtrl+L"));