German translations update.

This commit is contained in:
Wolfgang Stoeggl
2015-10-21 23:46:29 +02:00
committed by Vadim Zeitlin
parent 2c43b5c2d9
commit 8437c6a443
2 changed files with 105 additions and 105 deletions

View File

@@ -531,8 +531,11 @@ MyFrame::MyFrame()
fileMenu->AppendSubMenu(stockSubMenu, wxT("&Standard items demo"));
#if USE_LOG_WINDOW
wxMenu* sub = new wxMenu;
sub->Append(wxID_OPEN);
wxMenuItem *item = new wxMenuItem(fileMenu, Menu_File_ClearLog,
wxT("Clear &log\tCtrl-L"));
wxT("Clear &log\tCtrl-L"),
"", wxITEM_NORMAL, sub);
item->SetBitmap(copy_xpm);
fileMenu->Append(item);
fileMenu->AppendSeparator();