diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 09:34:23 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 09:34:23 +0000 |
commit | 0d29af86c3cf8a56f21e50cb94f12e62bf9b69e4 (patch) | |
tree | 97439c5885b253fcda7c87d2d9f27e318bfc986e /plugins/Dropbox/src/stdafx.h | |
parent | 8bfb987717dc3994bae1aaa78ece779c97340850 (diff) |
oops
git-svn-id: http://svn.miranda-ng.org/main/trunk@15084 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r-- | plugins/Dropbox/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index d301bd55d9..cf14580de3 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -41,7 +41,7 @@ class CDropbox; #define DROPBOX_API_URL "https://api.dropbox.com/" DROPBOX_API_VER
#define DROPBOX_APICONTENT_URL "https://api-content.dropbox.com/" DROPBOX_API_VER
-#define DROPBOX_APP_KEY "9x3rhyxfmhhzgtc"
+#define DROPBOX_APP_KEY "fa8du7gkf2q8xzg"
#include "..\..\..\miranda-private-keys\Dropbox\secret_key.h"
#include "dropbox_dialogs.h"
|