From 2e5c904f370d48a8e780ce64db2633d54ec0f5cd Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 23 May 2015 20:51:11 +0000 Subject: Dropbox: - fixed crash on file upload - added upload icon (thx dracosha) - resource fix - version bump git-svn-id: http://svn.miranda-ng.org/main/trunk@13797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox_menus.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Dropbox/src/dropbox_menus.cpp') diff --git a/plugins/Dropbox/src/dropbox_menus.cpp b/plugins/Dropbox/src/dropbox_menus.cpp index e14948e791..b03f25104a 100644 --- a/plugins/Dropbox/src/dropbox_menus.cpp +++ b/plugins/Dropbox/src/dropbox_menus.cpp @@ -18,9 +18,9 @@ void CDropbox::InitializeMenus() CLISTMENUITEM mi = { 0 }; mi.cbSize = sizeof(CLISTMENUITEM); mi.pszService = MODULE"/SendFilesToDropbox"; - mi.pszName = LPGEN("Send files to Dropbox"); + mi.pszName = LPGEN("Upload files to Dropbox"); mi.position = -2000020000 + CMI_SEND_FILES; - mi.icolibItem = GetIconHandle(IDI_DROPBOX); + mi.icolibItem = GetIconHandleByName("upload"); contactMenuItems[CMI_SEND_FILES] = Menu_AddContactMenuItem(&mi); CreateServiceFunctionObj(mi.pszService, SendFilesToDropboxCommand, this); } -- cgit v1.2.3