diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-01-20 13:19:01 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-01-20 13:19:01 +0000 |
commit | 5bd49f38edd0b890a832bdf40dd0b7fdaf82b144 (patch) | |
tree | fc31708a54b353d6596c4ae37906ac9528895c1f /protocols/Xfire/src/baseProtocol.h | |
parent | e6bbc380e84a748242748ba3177e8def969a76cc (diff) |
XFire: use constant for plugin title
git-svn-id: http://svn.miranda-ng.org/main/trunk@7784 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/src/baseProtocol.h')
-rw-r--r-- | protocols/Xfire/src/baseProtocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Xfire/src/baseProtocol.h b/protocols/Xfire/src/baseProtocol.h index 53c59be983..5a19d38db6 100644 --- a/protocols/Xfire/src/baseProtocol.h +++ b/protocols/Xfire/src/baseProtocol.h @@ -86,6 +86,7 @@ // Definitions
//=======================================================
#define protocolname "XFire" //no spaces here :)
+#define PLUGIN_TITLE "XFire Protocol"
//=======================================================
// Defines
|