From 5d3d907298f4ed1663f11d7b5ab78e3e94de7919 Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 8 Feb 2014 15:23:18 +0100 Subject: [PATCH] polish --- src/api/api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/api.h b/src/api/api.h index 9ff7d8d7..ee66a252 100644 --- a/src/api/api.h +++ b/src/api/api.h @@ -175,6 +175,7 @@ BOSS_API extern const unsigned int boss_lang_spanish; ///< Tells the API to pre BOSS_API extern const unsigned int boss_lang_russian; ///< Tells the API to preferentially select Russian messages. BOSS_API extern const unsigned int boss_lang_french; ///< Tells the API to preferentially select French messages. BOSS_API extern const unsigned int boss_lang_chinese; ///< Tells the API to preferentially select Chinese messages. +BOSS_API extern const unsigned int boss_lang_polish; ///< Tells the API to preferentially select Polish messages. ///@} /*********************************//**