From 5ab0462a05c80e52a629255353405d7e5c39e304 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 17 Jun 2013 21:24:53 +0000 Subject: PS_GETCUSTOMSTATUSICON used instead of raw text git-svn-id: http://svn.miranda-ng.org/main/trunk@5005 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Xfire/src/baseProtocol.h | 1 + protocols/Xfire/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/Xfire') 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 #include #include +#include #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]= ""; -- cgit v1.2.3