diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 09:33:23 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-08-29 09:33:23 +0000 |
commit | 8bfb987717dc3994bae1aaa78ece779c97340850 (patch) | |
tree | d66c26bb83494dfd2855e9552a138abea04d609c /plugins/Dropbox/src/stdafx.h | |
parent | 6fd2007e5133b4d34ab9089ff60a1f0aaa0f1e33 (diff) |
AddToStartMenu functianally moved to Toaster
git-svn-id: http://svn.miranda-ng.org/main/trunk@15083 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 cf14580de3..d301bd55d9 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 "fa8du7gkf2q8xzg"
+#define DROPBOX_APP_KEY "9x3rhyxfmhhzgtc"
#include "..\..\..\miranda-private-keys\Dropbox\secret_key.h"
#include "dropbox_dialogs.h"
|