]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/textdlgg.cpp
1. wxChoice and wxComboBox support client data under MSW
[wxWidgets.git] / src / generic / textdlgg.cpp
index ea9700ee66d243bd8aa75796df45642138c50a0a..b9a35cf72977390045acda898daee29aa8ce50f6 100644 (file)
@@ -49,7 +49,7 @@
 // constants
 // ----------------------------------------------------------------------------
 
-#define wxID_TEXT 3000
+static const int wxID_TEXT = 3000;
 
 // ============================================================================
 // implementation
@@ -134,4 +134,3 @@ void wxTextEntryDialog::OnOK(wxCommandEvent& WXUNUSED(event) )
 
     EndModal(wxID_OK);
 }
-