diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-11 17:13:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-11 17:13:29 +0000 |
commit | 9418930c2d211feca1ddeaafa160c3d8ca9a581a (patch) | |
tree | 827695e66cc8403f295c56f68fd39c07b38f9543 /plugins/Dropbox/src/dropbox_menus.cpp | |
parent | e8ab90ab839ce55a399280f1920e1afd0fb28424 (diff) |
- protocol icon is used in all menus & buttons;
- code formatting
git-svn-id: http://svn.miranda-ng.org/main/trunk@13551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox_menus.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox_menus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/dropbox_menus.cpp b/plugins/Dropbox/src/dropbox_menus.cpp index 7255d80ff3..cec9cc2988 100644 --- a/plugins/Dropbox/src/dropbox_menus.cpp +++ b/plugins/Dropbox/src/dropbox_menus.cpp @@ -22,7 +22,7 @@ void CDropbox::InitializeMenus() mi.pszService = MODULE"/SendFilesToDropbox";
mi.ptszName = LPGENT("Send files to Dropbox");
mi.position = -2000020000 + CMI_SEND_FILES;
- mi.icolibItem = LoadSkinnedIconHandle(SKINICON_EVENT_FILE);
+ mi.icolibItem = GetIconHandle(IDI_DROPBOX);
contactMenuItems[CMI_SEND_FILES] = Menu_AddContactMenuItem(&mi);
CreateServiceFunctionObj(mi.pszService, SendFilesToDropboxCommand, this);
}
@@ -48,4 +48,4 @@ int CDropbox::OnPrebuildContactMenu(void *obj, WPARAM hContact, LPARAM) Menu_ShowItem(instance->contactMenuItems[CMI_SEND_FILES], TRUE);
return 0;
-}
\ No newline at end of file +}
|