git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2004-09-24 23:02:09 +00:00
parent ce709481a8
commit 01edebd0fe

View File

@ -410,7 +410,7 @@ bool MyApp::OnInit()
menuText->Append(TEXT_LINE_DOWN, _T("Scroll text one line down"));
menuText->Append(TEXT_LINE_UP, _T("Scroll text one line up"));
menuText->Append(TEXT_PAGE_DOWN, _T("Scroll text one page down"));
menuText->Append(TEXT_PAGE_DOWN, _T("Scroll text one page up"));
menuText->Append(TEXT_PAGE_UP, _T("Scroll text one page up"));
menu_bar->Append(menuText, _T("Te&xt"));
#if wxUSE_LOG