2020-01-31 15:34 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* src/rtl/listbox.prg
! fix listbox scroll bar position calculation to not rely on
default Cl*pper compatible division by zero error handler.
Thanks to tarpauwatratar for the report and fix suggestion
on the developers list.
* contrib/hbdoc/hbdoc.prg
* contrib/hbformat/utils/hbformat.prg
* contrib/hbnetio/utils/hbnetio/hbnetio.prg
* package/harbour.mft
* package/harbour.rc
* src/compiler/hbusage.c
* utils/hbi18n/hbi18n.prg
* utils/hbtest/hbtest.prg
* bumped copyright year to 2020
* ChangeLog.txt
* function name typo + file case corrected
This commit is contained in:
@@ -168,7 +168,7 @@ STATIC PROCEDURE Logo()
|
||||
OutStd( ;
|
||||
"Harbour i18n .pot/.hbl file manager " + HBRawVersion() + hb_eol() + ;
|
||||
"Copyright (c) 2009-" + ;
|
||||
"2019" + ", " + ;
|
||||
"2020" + ", " + ;
|
||||
"Przemyslaw Czerpak" + hb_eol() + ;
|
||||
hb_Version( HB_VERSION_URL_BASE ) + hb_eol() + ;
|
||||
hb_eol() )
|
||||
|
||||
@@ -95,7 +95,7 @@ STATIC s_lDBFAvail := .F.
|
||||
ANNOUNCE HB_GTSYS
|
||||
REQUEST HB_GT_CGI_DEFAULT
|
||||
|
||||
#define COPYRIGHT_YEAR "2019"
|
||||
#define COPYRIGHT_YEAR "2020"
|
||||
#else
|
||||
#define COPYRIGHT_YEAR "present"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user