summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-06-11 19:44:40 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-06-11 19:44:40 +0000
commit6b3a5807538dd07708b49ffaa73e2bd66542db01 (patch)
tree6746cb39129efcccf1adbd421d434a12bef26825 /plugins/Dropbox/src
parent2c3dd51d3d520cc658ea6dd198eb8bcd7e7d91a6 (diff)
Dropbox: Duplicate of string.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src')
-rw-r--r--plugins/Dropbox/src/dropbox_events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox_events.cpp b/plugins/Dropbox/src/dropbox_events.cpp
index 8da1f74270..a150797ccb 100644
--- a/plugins/Dropbox/src/dropbox_events.cpp
+++ b/plugins/Dropbox/src/dropbox_events.cpp
@@ -13,7 +13,6 @@ int CDropbox::OnModulesLoaded(WPARAM, LPARAM)
NETLIBUSER nlu = { sizeof(nlu) };
nlu.flags = NUF_INCOMING | NUF_OUTGOING | NUF_HTTPCONNS | NUF_TCHAR;
nlu.szSettingsModule = MODULE;
- nlu.szSettingsModule = MODULE;
nlu.ptszDescriptiveName = L"Dropbox";
hNetlibConnection = (HANDLE)CallService(MS_NETLIB_REGISTERUSER, 0, (LPARAM)&nlu);