Help Files 260819 Mark
@@ -1023,6 +1023,13 @@ | ||
1023 | 1023 | return CDRF_DODEFAULT; |
1024 | 1024 | } |
1025 | 1025 | |
1026 | + if (some_item->idFrom == IDCANCEL && some_item->code == NM_CUSTOMDRAW) | |
1027 | + { | |
1028 | + LPNMCUSTOMDRAW item = (LPNMCUSTOMDRAW)some_item; | |
1029 | + App->Custom_Button_Normal(item); | |
1030 | + return CDRF_DODEFAULT; | |
1031 | + } | |
1032 | + | |
1026 | 1033 | if (some_item->hwndFrom == App->GDCL_Stock->Stock_Properties_hLV) |
1027 | 1034 | { |
1028 | 1035 | switch (some_item->code) |
@@ -1039,7 +1046,14 @@ | ||
1039 | 1046 | |
1040 | 1047 | case WM_COMMAND: |
1041 | 1048 | |
1042 | - | |
1049 | + | |
1050 | + | |
1051 | + if (LOWORD(wParam) == IDC_BTHELP) | |
1052 | + { | |
1053 | + App->Cl_Utilities->OpenHTML("Help\\SoundStock.html"); | |
1054 | + return TRUE; | |
1055 | + } | |
1056 | + | |
1043 | 1057 | if (LOWORD(wParam) == IDC_BTTEST) |
1044 | 1058 | { |
1045 | 1059 |
@@ -39,21 +39,21 @@ | ||
39 | 39 | #ifndef _VERSIONNO__H_ |
40 | 40 | #define _VERSIONNO__H_ |
41 | 41 | |
42 | -#define VERSION_FULL 1.24.236.90 | |
42 | +#define VERSION_FULL 1.24.237.93 | |
43 | 43 | |
44 | 44 | #define VERSION_BASEYEAR 2019 |
45 | -#define VERSION_DATE "2019-08-25" | |
46 | -#define VERSION_TIME "21:35:36" | |
45 | +#define VERSION_DATE "2019-08-26" | |
46 | +#define VERSION_TIME "09:46:51" | |
47 | 47 | |
48 | 48 | #define VERSION_MAJOR 1 |
49 | 49 | #define VERSION_MINOR 24 |
50 | -#define VERSION_BUILDNO 236 | |
51 | -#define VERSION_EXTEND 90 | |
50 | +#define VERSION_BUILDNO 237 | |
51 | +#define VERSION_EXTEND 93 | |
52 | 52 | |
53 | -#define VERSION_FILE 1,24,236,90 | |
54 | -#define VERSION_PRODUCT 1,24,236,97 | |
55 | -#define VERSION_FILESTR "1,24,236,90\0" | |
56 | -#define VERSION_PRODUCTSTR "1,24,236,97\0" | |
53 | +#define VERSION_FILE 1,24,237,93 | |
54 | +#define VERSION_PRODUCT 1,24,237,100 | |
55 | +#define VERSION_FILESTR "1,24,237,93\0" | |
56 | +#define VERSION_PRODUCTSTR "1,24,237,100\0" | |
57 | 57 | #define VERSION_EVERSION "0.3.4.0\0" |
58 | 58 | |
59 | 59 | #endif |
\ No newline at end of file |