2008-08-07 09:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/achoice.prg
     * Minor formatting.
This commit is contained in:
Viktor Szakats
2008-08-07 07:16:34 +00:00
parent da625e5db8
commit 56ee0be12b
2 changed files with 6 additions and 2 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -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