From fbe4fb54f32220258faf50552ac844d3a4498fad Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 2 Feb 2000 23:02:08 +0000 Subject: [PATCH] 20000202-22:00 GMT+1 Antonio Linares --- harbour/source/debug/debugger.prg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/source/debug/debugger.prg b/harbour/source/debug/debugger.prg index 9878c91f82..65721a9167 100644 --- a/harbour/source/debug/debugger.prg +++ b/harbour/source/debug/debugger.prg @@ -357,7 +357,7 @@ METHOD HandleEvent() CLASS TDebugger do case case nKey == K_LBUTTONDOWN - Alert( Str( MCol() ) + ", " + Str( MRow() ) ) + Alert( Str( MRow() ) + ", " + Str( MCol() ) ) case nKey == K_RBUTTONDOWN Alert( "K_RBUTTONDOWN" ) @@ -1551,4 +1551,4 @@ static function ValToStr( uVal ) cResult = "Class " + uVal:ClassName() + " object" endcase -return cResult +return cResult \ No newline at end of file