#define _(str) wxGetTranslation(wxT(str))
#endif
+// another one which just marks the strings for extraction, but doesn't
+// perform the translation (use -kwxTRANSLATE with xgettext!)
+#define wxTRANSLATE(str) wxT(str)
+
// ----------------------------------------------------------------------------
// forward decls
// ----------------------------------------------------------------------------