]> git.saurik.com Git - wxWidgets.git/commitdiff
fix bug
authorRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 23:02:09 +0000 (23:02 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 24 Sep 2004 23:02:09 +0000 (23:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/text/text.cpp

index a8c9ef126a614561c14cbcef38a627df3d78d4d8..5bdce24e2a649e0ab8e8d3f1e39cc827a5658f6b 100644 (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