29 #include "../my_config.h" 42 std::string nls_swap_tmp; \ 43 if(textdomain(NULL) != NULL) \ 45 nls_swap_tmp = textdomain(NULL); \ 46 textdomain(PACKAGE); \ 52 #define NLS_SWAP_OUT \ 53 if(nls_swap_tmp != "") \ 54 textdomain(nls_swap_tmp.c_str()) 58 #define NLS_SWAP_IN // 59 #define NLS_SWAP_OUT //