diff options
| author | George Hazan <ghazan@miranda.im> | 2019-07-29 17:55:08 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-07-29 17:55:08 +0300 |
| commit | eeab4132bd82006bcdf078631515227324855414 (patch) | |
| tree | 4bf3d64143b9139db17045a3424a7896d4e4f12a /plugins/WhoUsesMyFiles/src | |
| parent | 760b11afdc8e9854ca829f4ec462b89cdfb17bd0 (diff) | |
fixes #2019 (WUMF: delete non-existing settings)
Diffstat (limited to 'plugins/WhoUsesMyFiles/src')
| -rw-r--r-- | plugins/WhoUsesMyFiles/src/resource.h | 4 | ||||
| -rw-r--r-- | plugins/WhoUsesMyFiles/src/version.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/WhoUsesMyFiles/src/resource.h b/plugins/WhoUsesMyFiles/src/resource.h index 54b8a30c84..9ce164f144 100644 --- a/plugins/WhoUsesMyFiles/src/resource.h +++ b/plugins/WhoUsesMyFiles/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by ..\res\resource.rc
+// Used by w:\miranda-ng\plugins\WhoUsesMyFiles\res\resource.rc
//
#define IDD_OPTIONS 101
#define IDI_DRIVE 106
@@ -34,7 +34,7 @@ #ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
-#define _APS_3D_CONTROLS 1
+#define _APS_3D_CONTROLS 1
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40081
#define _APS_NEXT_CONTROL_VALUE 1063
diff --git a/plugins/WhoUsesMyFiles/src/version.h b/plugins/WhoUsesMyFiles/src/version.h index f5696f4df3..31c3626c5f 100644 --- a/plugins/WhoUsesMyFiles/src/version.h +++ b/plugins/WhoUsesMyFiles/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 0 -#define __BUILD_NUM 3 +#define __BUILD_NUM 4 #include <stdver.h> |
