diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-02-28 11:34:57 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-02-28 11:34:57 +0000 |
commit | c95380f9b30137a01b776f0390438908f47cc848 (patch) | |
tree | 50aba68883a1e7419f11d2f973d0677b74439371 /plugins/Dropbox/Dropbox_10.vcxproj | |
parent | 3979fba7ea0009a4e416380be767475008b1f3e6 (diff) |
Dropbox:
- fixed folders uploading
- added commands (/content, /share, /delete) to Dropbox bot
- fixed message after file sending to Dropbox bot
git-svn-id: http://svn.miranda-ng.org/main/trunk@8325 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/Dropbox_10.vcxproj')
-rw-r--r-- | plugins/Dropbox/Dropbox_10.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/Dropbox_10.vcxproj b/plugins/Dropbox/Dropbox_10.vcxproj index f416a99f00..92a20d3522 100644 --- a/plugins/Dropbox/Dropbox_10.vcxproj +++ b/plugins/Dropbox/Dropbox_10.vcxproj @@ -193,6 +193,7 @@ </ItemGroup>
<ItemGroup>
<ClCompile Include="src\dropbox.cpp" />
+ <ClCompile Include="src\dropbox_commands.cpp" />
<ClCompile Include="src\dropbox_dialogs.cpp" />
<ClCompile Include="src\dropbox_events.cpp" />
<ClCompile Include="src\dropbox_icons.cpp" />
|