diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-04-01 09:50:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-04-01 09:50:59 +0000 |
commit | 41b55005fb074c35e5a62f8e8155c4be6edc2f22 (patch) | |
tree | f14d6176f69086eccfd228ff361958dd2022479c /plugins/Dropbox/src | |
parent | 282071f9093e09029355797b7f9032d221c0b55e (diff) |
pathes changed once again to "miranda-private-keys" folder
git-svn-id: http://svn.miranda-ng.org/main/trunk@8812 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src')
-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 5fa5807897..c044a4f1b9 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 "..\..\..\private-keys\Dropbox\secret_key.h"
+#include "..\..\..\miranda-private-keys\Dropbox\secret_key.h"
#define DROPBOX_FILE_CHUNK_SIZE 4 * 1024 * 1024 //4 MB
|