German translations update.
This commit is contained in:
committed by
Vadim Zeitlin
parent
2c43b5c2d9
commit
8437c6a443
@@ -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();
|
||||
|
Reference in New Issue
Block a user