diff options
author | George Hazan <george.hazan@gmail.com> | 2013-01-12 21:48:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-01-12 21:48:38 +0000 |
commit | 415be306c7fe4f424b1c2379907121cc46ff84de (patch) | |
tree | 29a8147bab25b1d08358c01ea865152caa81ec2b /src/mir_core/commonheaders.h | |
parent | 0d5f64c436dff87b1297f1d35730c76d69c7240c (diff) |
new event, ME_LANGPACK_CHANGED, to be called after the dynamic langpack change
git-svn-id: http://svn.miranda-ng.org/main/trunk@3086 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_core/commonheaders.h')
-rw-r--r-- | src/mir_core/commonheaders.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_core/commonheaders.h b/src/mir_core/commonheaders.h index 5afcda256e..94afa341ea 100644 --- a/src/mir_core/commonheaders.h +++ b/src/mir_core/commonheaders.h @@ -57,6 +57,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_database.h>
#include <m_db_int.h>
#include <newpluginapi.h>
+#include <m_langpack.h>
#include "miranda.h"
|