diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-23 20:51:11 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-23 20:51:11 +0000 |
commit | 2e5c904f370d48a8e780ce64db2633d54ec0f5cd (patch) | |
tree | 9d18c3dd5cb067588c6a8e345f96230e323703c8 /plugins/Dropbox/src/resource.h | |
parent | 8e146597bbd27b72a42a3a197c1db17153e2e0b3 (diff) |
Dropbox:
- fixed crash on file upload
- added upload icon (thx dracosha)
- resource fix
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@13797 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/resource.h')
-rw-r--r-- | plugins/Dropbox/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/resource.h b/plugins/Dropbox/src/resource.h index f52fb0a3a7..314d82c2b3 100644 --- a/plugins/Dropbox/src/resource.h +++ b/plugins/Dropbox/src/resource.h @@ -3,6 +3,7 @@ // Used by e:\Projects\C++\MirandaNG\plugins\Dropbox\res\resource.rc
//
#define IDI_DROPBOX 102
+#define IDI_UPLOAD 103
#define IDD_OPTIONS_MAIN 109
#define IDC_REQUEST_CODE 1001
#define IDC_AUTHORIZE 1002
@@ -22,7 +23,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
+#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1011
#define _APS_NEXT_SYMED_VALUE 101
|