diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 33583e4004..1e2c9f36e0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-07 09:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * source/rtl/achoice.prg + * Minor formatting. + 2008-08-07 09:10 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbdefs.h ! Changed HB_SYMBOL_UNUSED() to better work for all diff --git a/harbour/source/rtl/achoice.prg b/harbour/source/rtl/achoice.prg index 8f8a8c64f5..87b6b660be 100644 --- a/harbour/source/rtl/achoice.prg +++ b/harbour/source/rtl/achoice.prg @@ -159,10 +159,10 @@ FUNCTION AChoice( nTop, nLeft, nBottom, nRight, acItems, xSelect, xUserFunc, nPo nPos := 0 lFinished := .T. - CASE ( nKey == K_MWFORWARD ) + CASE nKey == K_MWFORWARD Keyboard( Chr( K_UP ) ) - CASE ( nKey == K_MWBACKWARD ) + CASE nKey == K_MWBACKWARD Keyboard( Chr( K_DOWN ) ) CASE nKey == K_LDBLCLK