diff options
| author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-02-09 17:32:34 +0000 | 
|---|---|---|
| committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-02-09 17:32:34 +0000 | 
| commit | d0a2b1612dc92dc4c16c1fa8ebcc835a120c3aa5 (patch) | |
| tree | f50da51001117085e2ac6eb00c0b27c46b847ca9 | |
| parent | 9e6567e9498724b3781768a8c60383ad055dd02f (diff) | |
Metacontacts:
-Added tooltip to message window status bar icon :)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12069 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
| -rw-r--r-- | src/modules/metacontacts/meta_services.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/metacontacts/meta_services.cpp b/src/modules/metacontacts/meta_services.cpp index 5f9b813782..bcd9ba0a8f 100644 --- a/src/modules/metacontacts/meta_services.cpp +++ b/src/modules/metacontacts/meta_services.cpp @@ -652,6 +652,8 @@ int Meta_ModulesLoaded(WPARAM wParam, LPARAM lParam)  	// create srmm icon
  	StatusIconData sid = { sizeof(sid) };
  	sid.szModule = META_PROTO;
 +	sid.flags =  MBF_TCHAR;
 +	sid.tszTooltip = TranslateT("Select metacontact");
  	sid.hIcon = LoadSkinnedProtoIcon(META_PROTO, ID_STATUS_ONLINE);
  	Srmm_AddIcon(&sid);
  	return 0;
  | 
