diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-01 07:44:56 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-01 07:44:56 +0000 |
commit | ad456be362d02314fa81d67742cf39df55fe287e (patch) | |
tree | d1d1a05f414a3b7450dab03b18f737f2c9b5d516 /plugins/Dropbox/src/dropbox.h | |
parent | 72b7008d4d971d220035532350c49cd8297f5b9b (diff) |
Dropbox:
- fixed encoding problem in commands
- changed place to secret_key header
git-svn-id: http://svn.miranda-ng.org/main/trunk@8809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox.h')
-rw-r--r-- | plugins/Dropbox/src/dropbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox.h b/plugins/Dropbox/src/dropbox.h index 2b2418e669..5fa5807897 100644 --- a/plugins/Dropbox/src/dropbox.h +++ b/plugins/Dropbox/src/dropbox.h @@ -13,7 +13,7 @@ #define DROPBOX_APICONTENT_URL "https://api-content.dropbox.com/" DROPBOX_API_VER
#define DROPBOX_API_KEY "fa8du7gkf2q8xzg"
-#include "..\..\..\Dropbox\secret_key.h"
+#include "..\..\..\private-keys\Dropbox\secret_key.h"
#define DROPBOX_FILE_CHUNK_SIZE 4 * 1024 * 1024 //4 MB
|