diff options
Diffstat (limited to 'plugins/Dropbox/src/resource.h')
-rw-r--r-- | plugins/Dropbox/src/resource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dropbox/src/resource.h b/plugins/Dropbox/src/resource.h index a01728b502..1c8d33bf53 100644 --- a/plugins/Dropbox/src/resource.h +++ b/plugins/Dropbox/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by d:\Projects\MirandaNG\plugins\Dropbox\res\resource.rc
+// Used by C:\Users\unsane\Projects\c++\miranda-ng\plugins\Dropbox\res\resource.rc
//
#define IDI_DROPBOX 102
#define IDI_UPLOAD 103
@@ -8,9 +8,9 @@ #define IDD_OPTIONS_INTERCEPTION 110
#define IDC_REQUEST_CODE 1001
#define IDC_AUTHORIZE 1002
-#define IDC_CHECK2 1004
#define IDC_USE_SHORT_LINKS 1004
#define IDC_URL_USE_SHORT 1004
+#define IDC_URL_ISTEMPORARY 1004
#define IDC_AUTH_STATUS 1005
#define IDC_GET_AUTH_LINK 1006
#define IDC_URL_COPYTOCB 1009
@@ -26,7 +26,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1013
#define _APS_NEXT_SYMED_VALUE 101
|