summaryrefslogtreecommitdiff
path: root/plugins/AdvaImg/src
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-11 11:40:10 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-11 11:40:10 +0000
commit8f6b8588dd7e883f246d430f8b03386a2e1d0681 (patch)
tree206f9f444ac7a81b2eb4c08884b3015de2a2a240 /plugins/AdvaImg/src
parent28e36f32137816db870dbfab8548353215cce7e6 (diff)
minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@5649 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AdvaImg/src')
-rw-r--r--plugins/AdvaImg/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/AdvaImg/src/main.cpp b/plugins/AdvaImg/src/main.cpp
index 4fcd79905f..542c3c0dee 100644
--- a/plugins/AdvaImg/src/main.cpp
+++ b/plugins/AdvaImg/src/main.cpp
@@ -1193,6 +1193,8 @@ static int IMGSERVICE_Load()
{
FI_Populate();
+ CreateServiceFunction(MS_DIB2PNG, serviceDib2Png);
+ CreateServiceFunction(MS_PNG2DIB, servicePng2Dib);
CreateServiceFunction(MS_IMG_GETINTERFACE, serviceGetInterface);
CreateServiceFunction(MS_IMG_LOAD, serviceLoad);
CreateServiceFunction(MS_IMG_LOADFROMMEM, serviceLoadFromMem);