diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-09 18:52:41 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-09 18:52:41 +0000 |
commit | 22d99727a04633c5f1ac7100220886e4f8fe6fd2 (patch) | |
tree | 557eca39300fc76313ad034c474caafec46fa756 /plugins/SmileyAdd/src/general.h | |
parent | d35ed3d17fa323a1b819bb1b24157eaafb70f136 (diff) |
nasty error messageBox removed from SmileyAdd and replaced with a popup
git-svn-id: http://svn.miranda-ng.org/main/trunk@3944 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SmileyAdd/src/general.h')
-rw-r--r-- | plugins/SmileyAdd/src/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SmileyAdd/src/general.h b/plugins/SmileyAdd/src/general.h index b16851fb3e..182d2007c3 100644 --- a/plugins/SmileyAdd/src/general.h +++ b/plugins/SmileyAdd/src/general.h @@ -56,6 +56,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_button.h>
#include <m_message.h>
#include <m_netlib.h>
+#include <m_popup.h>
#include <m_icolib.h>
#include <m_genmenu.h>
#include <m_imgsrvc.h>
|