]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/vscroll/vstest.cpp
move SetPangoAttrsForFont to wxFont
[wxWidgets.git] / samples / vscroll / vstest.cpp
index 344fc0e85087b4d2f39f21f3c6552323de8ddb35..dbacf7830e5adf61667659168e8288907674ebcc 100644 (file)
@@ -513,7 +513,7 @@ VarScrollFrame::VarScrollFrame()
 
     // the "About" item should be in the help menu
     wxMenu *menuHelp = new wxMenu;
-    menuHelp->Append(VScroll_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    menuHelp->Append(VScroll_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
 #ifdef wxHAS_RADIO_MENU_ITEMS
     menuMode->AppendRadioItem(VScroll_VScrollMode, wxT("&Vertical\tAlt-V"),