Fixed menu typo.

This commit is contained in:
Gerald Schmidt 2007-11-03 22:49:21 +00:00
parent be97fa595e
commit 907b05926b
1 changed files with 6054 additions and 6054 deletions

View File

@ -5078,7 +5078,7 @@ wxMenuBar *MyFrame::getMenuBar()
viewMenu->AppendCheckItem (
ID_LOCATION_PANE_VISIBLE,
_ ( "S&how Current Element Pane" ),
_ ( "Show Current ElementPane" ) );
_ ( "Show Current Element Pane" ) );
viewMenu->Check ( ID_LOCATION_PANE_VISIBLE, false );
viewMenu->AppendCheckItem (
ID_TOOLBAR_VISIBLE, _ ( "Sh&ow Toolbar" ), _ ( "Show Toolbar" ) );