diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-18 22:28:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-18 22:28:47 +0000 |
commit | 916b736a5422d7861632a6d7d59e371ee946cb54 (patch) | |
tree | db29952bc9f6e97174d0bae7692afc27b95f91b9 /protocols/JabberG/src/jabber.cpp | |
parent | c6e1aa1860760ef2b182f7a4f55a8b3a09db5063 (diff) |
- unused array removed from MRA;
- default extra icons added to Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@2368 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp index 3962a360fe..055d67929d 100644 --- a/protocols/JabberG/src/jabber.cpp +++ b/protocols/JabberG/src/jabber.cpp @@ -193,8 +193,8 @@ static int OnModulesLoaded(WPARAM, LPARAM) ColourRegister(&colourid);
// Init extra icons
- hExtraActivity = ExtraIcon_Register("activity", "Jabber Activity" /* No icons registered, "working" */);
- hExtraMood = ExtraIcon_Register("mood", "Jabber Mood" /* No icons registered, "amazed" */);
+ hExtraActivity = ExtraIcon_Register("activity", "Jabber Activity", "jabber_dancing");
+ hExtraMood = ExtraIcon_Register("mood", "Jabber Mood", "jabber_contemplative");
return 0;
}
|