2010-01-26 20:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* utils/hbmk2/hbmk2.prg
    ! Deleted one debug line left in previous commit.
This commit is contained in:
Viktor Szakats
2010-01-26 19:44:16 +00:00
parent c55fc2a796
commit 678a54d477
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-01-26 20:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
! Deleted one debug line left in previous commit.
2010-01-26 20:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
+ -xhp= converter switch now recognizes some more types of file.

View File

@@ -7979,7 +7979,7 @@ STATIC PROCEDURE convert_xhp_to_hbp( cSrcName, cDstName )
LOCAL cMAIN := NIL
LOCAL lFileSection := .F.
#pragma linenumber=on
hbmk_OutStd( hb_StrFormat( I_( "Loading xhp (xMate) project file: %1$s" ), cSrcName ) )
IF Empty( cDstName )