X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..08942a0c0d68756cf12f98b48387d9a8b323d11c:/include/wx/intl.h?ds=sidebyside diff --git a/include/wx/intl.h b/include/wx/intl.h index 7a3a2a92b2..34072e0dbd 100644 --- a/include/wx/intl.h +++ b/include/wx/intl.h @@ -35,6 +35,10 @@ #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) (str) + // ---------------------------------------------------------------------------- // forward decls // ----------------------------------------------------------------------------