declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macro...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 2 Nov 2008 22:16:14 +0000 (22:16 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 2 Nov 2008 22:16:14 +0000 (22:16 +0000)
commit23318a5358be74727fb62854f623da84a4545bcd
treee6c680bd7b6a2fe93f3f0bbeb8f7ef9230b356ad
parent74cc3ec18e117a6ea6bc1c23a9b70ff960f4c0ae
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
31 files changed:
include/wx/animate.h
include/wx/bmpcbox.h
include/wx/collpane.h
include/wx/dataview.h
include/wx/dlimpexp.h
include/wx/editlbox.h
include/wx/filectrl.h
include/wx/generic/grid.h
include/wx/gtk/tglbtn.h
include/wx/htmllbox.h
include/wx/hyperlink.h
include/wx/propgrid/manager.h
include/wx/propgrid/propgrid.h
include/wx/statusbr.h
include/wx/stc/stc.h
src/common/animatecmn.cpp
src/common/bmpcboxcmn.cpp
src/common/datavcmn.cpp
src/common/filectrlcmn.cpp
src/common/hyperlnkcmn.cpp
src/common/statbar.cpp
src/generic/collpaneg.cpp
src/generic/editlbox.cpp
src/generic/grid.cpp
src/generic/htmllbox.cpp
src/gtk/collpane.cpp
src/propgrid/manager.cpp
src/propgrid/propgrid.cpp
src/stc/stc.cpp
src/stc/stc.cpp.in
src/stc/stc.h.in