]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
use wxLaunchDefaultBrowser by default if no browser is specified
[wxWidgets.git] / src / gtk / choice.cpp
index 011468f47eb322ab599734cd5ad3df63a7c36756..8c0789964d23ce688a1afc10a1d06cb04721c38b 100644 (file)
@@ -483,10 +483,6 @@ void wxChoice::DoApplyWidgetStyle(GtkRcStyle *style)
     }
 }
 
-#ifdef __VMS
-#pragma message disable unscomzer
-#endif
-
 int wxChoice::GtkAddHelper(GtkWidget *menu, unsigned int pos, const wxString& item)
 {
     wxCHECK_MSG(pos<=m_clientList.GetCount(), -1, wxT("invalid index"));
@@ -555,10 +551,6 @@ int wxChoice::GtkAddHelper(GtkWidget *menu, unsigned int pos, const wxString& it
     return index;
 }
 
-#ifdef __VMS
-#pragma message enable unscomzer
-#endif
-
 wxSize wxChoice::DoGetBestSize() const
 {
     wxSize ret( wxControl::DoGetBestSize() );