Added LANG_SERVER constant to lang.inc

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40678
This commit is contained in:
Scott Ehlert 2007-04-05 11:02:22 +00:00
parent a99089b518
commit c7f1f04246

View File

@ -18,6 +18,8 @@
#endif #endif
#define _lang_included #define _lang_included
#define LANG_SERVER 0 /**< Translate using the server's language */
/** /**
* @brief Loads a translation file for the plugin calling this native. * @brief Loads a translation file for the plugin calling this native.
* *