From c7f1f04246f77743a6b0cb8c93cc8e1385879a27 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Thu, 5 Apr 2007 11:02:22 +0000 Subject: [PATCH] Added LANG_SERVER constant to lang.inc --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40678 --- plugins/include/lang.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/include/lang.inc b/plugins/include/lang.inc index ea6ef4a51..42c9b01b9 100644 --- a/plugins/include/lang.inc +++ b/plugins/include/lang.inc @@ -18,6 +18,8 @@ #endif #define _lang_included +#define LANG_SERVER 0 /**< Translate using the server's language */ + /** * @brief Loads a translation file for the plugin calling this native. *