2008-07-29 18:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/rtl/memoedit.prg
     ! Fixed so that "Abort (Y/N)" confirmation gets only popped 
       up if _SET_SCOREBOARD is .T.. This way it's C5.x compatible.
This commit is contained in:
Viktor Szakats
2008-07-29 16:04:00 +00:00
parent a188940466
commit ff1877eef1
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2008-07-29 18:03 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/memoedit.prg
! Fixed so that "Abort (Y/N)" confirmation gets only popped
up if _SET_SCOREBOARD is .T.. This way it's C5.x compatible.
2008-07-29 17:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/make_b32_all.bat
* contrib/make_vc_all.bat

View File

@@ -149,7 +149,7 @@ METHOD KeyboardHook( nKey ) CLASS HBMemoEditor
IF nKey == K_ESC
IF ::lDirty
IF ::lDirty .AND. Set( _SET_SCOREBOARD )
cBackScr := SaveScreen( ::nTop, ::nRight - 18, ::nTop, ::nRight )
nRow := Row()