]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
Miscellaneous change log updates.
[wxWidgets.git] / src / gtk / choice.cpp
index f9732b0aa11fae9a6eabcd67252d768a0fe411b5..d1478144ebb6c278f762bb2bbe14e1d3e050e05e 100644 (file)
@@ -483,6 +483,10 @@ void wxChoice::DoApplyWidgetStyle(GtkRcStyle *style)
     }
 }
 
+#ifdef __VMS
+#pragma message disable unscomzer
+#endif
+
 int wxChoice::GtkAddHelper(GtkWidget *menu, size_t pos, const wxString& item)
 {
     wxCHECK_MSG((pos>=0) && (pos<=m_clientList.GetCount()), -1, wxT("invalid index"));
@@ -551,6 +555,10 @@ int wxChoice::GtkAddHelper(GtkWidget *menu, size_t pos, const wxString& item)
     return index;
 }
 
+#ifdef __VMS
+#pragma message enable unscomzer
+#endif
+
 wxSize wxChoice::DoGetBestSize() const
 {
     wxSize ret( wxControl::DoGetBestSize() );
@@ -608,4 +616,5 @@ wxChoice::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
     return GetDefaultAttributesFromGTKWidget(gtk_option_menu_new);
 }
 
+
 #endif // wxUSE_CHOICE