Index: src/ch/resource.h =================================================================== diff -u -N -r53cb62334fc09a404726d92af726eca6141ad177 -rd9982d1ee462dceb76298ef4216f0b6122d004a6 --- src/ch/resource.h (.../resource.h) (revision 53cb62334fc09a404726d92af726eca6141ad177) +++ src/ch/resource.h (.../resource.h) (revision d9982d1ee462dceb76298ef4216f0b6122d004a6) @@ -296,9 +296,9 @@ #define IDC_VERSION_STATIC 1276 #define IDC_VERSIONINFO_STATIC 1278 #define IDC_LOCATIONINFO_STATIC 1279 -#define IDC_EDIT1 1280 #define IDC_LOCATION_EDIT 1280 #define IDC_INFO_STATIC 1282 +#define IDC_OPEN_WEBPAGE_BUTTON 1283 #define IDS_APPNAME_STRING 5000 #define IDS_PRIORITY0_STRING 5001 #define IDS_PRIORITY1_STRING 5002 @@ -325,6 +325,7 @@ #define IDS_UPDATER_OLD_VERSION_STRING 5023 #define IDS_UPDATER_EQUAL_VERSION_STRING 5024 #define IDS_UPDATER_ERROR_STRING 5025 +#define IDS_UPDATER_WAITING_STRING 5026 #define IDS_ONECOPY_STRING 6000 #define IDS_REGISTEROK_STRING 6001 #define IDS_REGISTERERR_STRING 6002 @@ -629,15 +630,16 @@ #define ID_POPUP_HELP 32814 #define ID_POPUP_TEMP 32815 #define ID_POPUP_CHECKFORUPDATES 32816 +#define ID_POPUP_TOOLS 32817 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_3D_CONTROLS 1 #define _APS_NEXT_RESOURCE_VALUE 214 -#define _APS_NEXT_COMMAND_VALUE 32817 -#define _APS_NEXT_CONTROL_VALUE 1283 +#define _APS_NEXT_COMMAND_VALUE 32818 +#define _APS_NEXT_CONTROL_VALUE 1284 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif