diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-02-25 16:30:53 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-02-25 16:30:53 +0000 |
commit | 2814c0c6ae25322f5618faf4b140ba90d4b670e4 (patch) | |
tree | 33ee34fafe1cfc9772e96bde0c6d00fba9276b5e /plugins/Dropbox/src/stdafx.h | |
parent | c600be64cf8246cf9054bbb775fec21cf1ecdba9 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@16340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/stdafx.h')
-rw-r--r-- | plugins/Dropbox/src/stdafx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Dropbox/src/stdafx.h b/plugins/Dropbox/src/stdafx.h index 75155fd5cd..b83d80895b 100644 --- a/plugins/Dropbox/src/stdafx.h +++ b/plugins/Dropbox/src/stdafx.h @@ -43,8 +43,7 @@ class CDropbox; #define DROPBOX_API_CU "https://content.dropboxapi.com/" DROPBOX_API_VER
#define DROPBOX_APP_KEY "fa8du7gkf2q8xzg"
-#define DROPBOX_API_SECRET "bb8zirh7nnk8fow"
-//#include "..\..\..\miranda-private-keys\Dropbox\secret_key.h"
+#include "..\..\..\miranda-private-keys\Dropbox\secret_key.h"
class DropboxException
{
|