Fix accidental changes made to menu sample
Only German translations were supposed to be updated according to
8437c6a443
but it also made test changes
to samples/menu/menu.cpp, revert those.
This commit is contained in:
@@ -531,11 +531,8 @@ MyFrame::MyFrame()
|
|||||||
fileMenu->AppendSubMenu(stockSubMenu, wxT("&Standard items demo"));
|
fileMenu->AppendSubMenu(stockSubMenu, wxT("&Standard items demo"));
|
||||||
|
|
||||||
#if USE_LOG_WINDOW
|
#if USE_LOG_WINDOW
|
||||||
wxMenu* sub = new wxMenu;
|
|
||||||
sub->Append(wxID_OPEN);
|
|
||||||
wxMenuItem *item = new wxMenuItem(fileMenu, Menu_File_ClearLog,
|
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);
|
item->SetBitmap(copy_xpm);
|
||||||
fileMenu->Append(item);
|
fileMenu->Append(item);
|
||||||
fileMenu->AppendSeparator();
|
fileMenu->AppendSeparator();
|
||||||
|
Reference in New Issue
Block a user