diff --git a/ChangeLog.txt b/ChangeLog.txt index cf6d3e881d..8259d88caa 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2017-09-27 09:24 UTC Viktor Szakats (vszakats users.noreply.github.com) + * include/hbgtinfo.ch + * sync HB_GTI_* values between 3.2 and 3.4 + 2017-09-26 14:54 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbmemio/memio.c ! fixed FO_TRUNC attribute in MEM: file IO - thanks to Miroslav Georgiev diff --git a/include/hbgtinfo.ch b/include/hbgtinfo.ch index 8bd5573527..38e7736405 100644 --- a/include/hbgtinfo.ch +++ b/include/hbgtinfo.ch @@ -150,7 +150,8 @@ #define HB_GTI_RESIZESTEP 73 /* Enable/Disable window resizing steps */ #define HB_GTI_CLOSEMODE 74 /* Close event: 0 terminate application, >=1 generate HB_K_CLOSE, 2 disable close button */ #define HB_GTI_MINIMIZED 75 /* Get/Set Window's Minimized status (supported by: GTQTC, GTXWC) */ -#define HB_GTI_SYSMENUADD 76 /* Add item to window system menu with keycode to generate when selected */ +#define HB_GTI_QUICKEDIT 76 /* Enable/Disable quick edit mode (supported by: GTWVT) */ +#define HB_GTI_SYSMENUADD 77 /* Add item to window system menu with keycode to generate when selected (supported by: GTWVT) */ /* Font weights */ #define HB_GTI_FONTW_THIN 1