diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 91bc25cf80..64fbc6e91e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 86b40d46a4..d437025d56 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -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 )