wxWidgets/include/wx/propgrid
Vadim Zeitlin ebc6161c59 Compilation fixes to wxPropertyGrid after r76558.
We can't use _() in the static wxChar* arrays: first, because this doesn't
compile and second because if it did compile, it still wouldn't work as no
message catalogs are loaded yet when the static arrays are initialized.

Use wxTRANSLATE() instead and arrange for the strings to be translated when
they are really used. This is rather ugly and perhaps it would be better to
avoid passing untranslated labels array to the property classes but at least
the code compiles again now.

See #16266.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-05-17 13:41:27 +00:00
..
advprops.h Compilation fixes to wxPropertyGrid after r76558. 2014-05-17 13:41:27 +00:00
editors.h removing extra semicola 2014-03-31 07:08:06 +00:00
manager.h removing extra semicola 2014-03-31 07:08:06 +00:00
property.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
propgrid.h use wxOVERRIDE 2014-03-30 00:02:23 +00:00
propgriddefs.h remove WXWIN_COMPATIBILITY_2_6, add WXWIN_COMPATIBILITY_3_0 2014-01-04 20:07:33 +00:00
propgridiface.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
propgridpagestate.h Add wxPropertyGridPageState::GetColumnFullWidth(). 2013-08-06 13:05:42 +00:00
props.h Compilation fixes to wxPropertyGrid after r76558. 2014-05-17 13:41:27 +00:00