]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/choiccmn.cpp
fixing file paths after renaming
[wxWidgets.git] / src / common / choiccmn.cpp
index 6a1d9e7cd4f9f44ff18349d7b41bd8e3e0a3e210..6685fda3cf9e13e653e918a904832e1f22dcc37f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/choiccmn.cpp
+// Name:        src/common/choiccmn.cpp
 // Purpose:     common (to all ports) wxChoice functions
 // Author:      Vadim Zeitlin
 // Modified by:
 
 #if wxUSE_CHOICE
 
+#include "wx/choice.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/choice.h"
 #endif
 
+const char wxChoiceNameStr[] = "choice";
+
 // ============================================================================
 // implementation
 // ============================================================================
@@ -50,4 +53,3 @@ void wxChoiceBase::Command(wxCommandEvent& event)
 }
 
 #endif // wxUSE_CHOICE
-