diff options
Diffstat (limited to 'protocols/JabberG/src')
-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;
}
|