From 5b604dd360ffc162f163962ccb2b1af109a5f93f Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 17 Oct 2019 15:59:39 -0400 Subject: add upstream 10.17 --- zen/i18n.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'zen/i18n.h') diff --git a/zen/i18n.h b/zen/i18n.h index 2ecee45a..a70649fe 100644 --- a/zen/i18n.h +++ b/zen/i18n.h @@ -22,6 +22,8 @@ //source and translation are required to use %x as number placeholder //for plural form, which will be substituted automatically!!! + static_assert(WXINTL_NO_GETTEXT_MACRO, "...must be defined to deactivate wxWidgets underscore macro"); + namespace zen { //implement handler to enable program-wide localizations: @@ -52,9 +54,6 @@ std::shared_ptr getTranslator(); - - - //######################## implementation ############################## namespace impl { -- cgit