diff options
author | George Hazan <ghazan@miranda.im> | 2022-01-27 15:29:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-01-27 15:29:02 +0300 |
commit | ec64a796ada44e1a3ce53c10012dc3e2ad6694cd (patch) | |
tree | 3ee4a86bbab6655382f16dac306756f7ca6e8e06 /plugins/Ping/src | |
parent | aa668d6ae29407bab7222929cc0145db5bab2129 (diff) |
Ping: fix for field order
Diffstat (limited to 'plugins/Ping/src')
-rw-r--r-- | plugins/Ping/src/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ping/src/resource.h b/plugins/Ping/src/resource.h index 214edade09..04249fbf2b 100644 --- a/plugins/Ping/src/resource.h +++ b/plugins/Ping/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by ping.rc
+// Used by W:\miranda-ng\plugins\Ping\res\ping.rc
//
#define IDD_DIALOG1 101
#define IDD_DIALOG2 102
@@ -72,7 +72,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 116
+#define _APS_NEXT_RESOURCE_VALUE 117
#define _APS_NEXT_COMMAND_VALUE 40009
#define _APS_NEXT_CONTROL_VALUE 1044
#define _APS_NEXT_SYMED_VALUE 101
|