From 01edebd0fe66b799f51346685f39b30d3f1346e6 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Fri, 24 Sep 2004 23:02:09 +0000 Subject: [PATCH] fix bug git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/text/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/text/text.cpp b/samples/text/text.cpp index a8c9ef126a..5bdce24e2a 100644 --- a/samples/text/text.cpp +++ b/samples/text/text.cpp @@ -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 -- 2.45.2