summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Xfire/src/baseProtocol.h1
-rw-r--r--protocols/Xfire/src/main.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Xfire/src/baseProtocol.h b/protocols/Xfire/src/baseProtocol.h
index e936297b05..bfb670187a 100644
--- a/protocols/Xfire/src/baseProtocol.h
+++ b/protocols/Xfire/src/baseProtocol.h
@@ -73,6 +73,7 @@
#include <m_genmenu.h>
#include <m_extraicons.h>
#include <m_extraicons.h>
+#include <m_xstatus.h>
#include "services.h"
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp
index 06c431353f..bd0a3bf4ed 100644
--- a/protocols/Xfire/src/main.cpp
+++ b/protocols/Xfire/src/main.cpp
@@ -1171,7 +1171,7 @@ extern "C" __declspec(dllexport) int Load(void)
//für mtipper, damit man das statusico übertragen kann
strcpy(servicefunction, protocolname);
- strcat(servicefunction, "/GetXStatusIcon");
+ strcat(servicefunction, PS_GETCUSTOMSTATUSICON);
CreateServiceFunction( servicefunction, GetXStatusIcon );
char AvatarsFolder[MAX_PATH]= "";