diff options
| author | George Hazan <george.hazan@gmail.com> | 2012-07-12 11:31:36 +0000 | 
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2012-07-12 11:31:36 +0000 | 
| commit | 0b26ecf091dcde8e2e153c331b0015697966a4cc (patch) | |
| tree | f1f2f3ac672e61fdb1e8a1f719b1c1fa31d5075c /plugins/FavContacts/src | |
| parent | 9778744e014c310fad29b1d0536ef6985e909470 (diff) | |
repetitions removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@918 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FavContacts/src')
| -rw-r--r-- | plugins/FavContacts/src/main.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index 0360671a84..7c97602857 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -129,7 +129,7 @@ int ProcessTBLoaded(WPARAM wParam, LPARAM lParam)  	button.name = LPGEN("Favourite Contacts");
  	button.pszService = MS_FAVCONTACTS_SHOWMENU;
  	button.dwFlags = TTBBF_SHOWTOOLTIP | TTBBF_VISIBLE | TTBBF_ICONBYHANDLE;
 -	button.hIconHandleDn = button.hIconHandleUp = (HANDLE)g_icoFavourite;
 +	button.hIconHandleUp = (HANDLE)g_icoFavourite;
  	TopToolbar_AddButton(&button);
  	return 0;
  }
  | 
