]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/combo/combo.cpp
avoid deprecated gdk_net_wm_supports()
[wxWidgets.git] / samples / combo / combo.cpp
index 28660519d0760fec48f53278bbd93b6921f9d480..2ed5167ad50667b194ec8e30aa207a5db6e846f5 100644 (file)
@@ -624,7 +624,7 @@ MyFrame::MyFrame(const wxString& title)
 
     // the "About" item should be in the help menu
     wxMenu *helpMenu = new wxMenu;
-    helpMenu->Append(ComboCtrl_About, wxT("&About...\tF1"), wxT("Show about dialog"));
+    helpMenu->Append(ComboCtrl_About, wxT("&About\tF1"), wxT("Show about dialog"));
 
     fileMenu->Append(ComboCtrl_Compare, wxT("&Compare against wxComboBox..."),
         wxT("Show some wxOwnerDrawnComboBoxes side-by-side with native wxComboBoxes."));