diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2016-05-31 21:41:30 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2016-05-31 21:41:30 +0000 |
commit | 9ba730bc48e44630b418f4214aee57c7b7c987bd (patch) | |
tree | cc9a0341bcc2ab947b9047890bf0e1b88ad38737 /plugins/MirFox/src/common.h | |
parent | e2a1d9a9b2cf04583a3e97a9a2305256357cc443 (diff) |
[MirFox]
Immediately refresh data in Firefox menu when Miranda contact or account is added, renamed, deleted, enabled or disabled, hide or unhide.
Add "Add acount to contact name" option.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/src/common.h')
-rw-r--r-- | plugins/MirFox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirFox/src/common.h b/plugins/MirFox/src/common.h index 05375dbad5..f894436813 100644 --- a/plugins/MirFox/src/common.h +++ b/plugins/MirFox/src/common.h @@ -16,6 +16,7 @@ #include <m_popup.h>
#include <m_message.h>
#include <m_extraicons.h>
+#include <m_protocols.h>
#define PLUGIN_DB_ID "MirFox"
|