From a787fd60ace03c524c08a47c0b13818887bc5960 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 20 Jun 2012 17:06:19 +0000 Subject: [PATCH] 2012-06-20 19:02 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * marked the file as UTF8 * added accent to my own name. let's see on which platforms and configs it appears alright (second "a" should appear with an acute accent: "a'") [ms-dos and OS/2 is not expected to work] --- harbour/ChangeLog | 8 ++++++++ harbour/utils/hbmk2/hbmk2.prg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bfca0712d3..1c140fb6c5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,14 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-20 19:02 UTC+0200 Viktor Szakats (harbour syenar.net) + * utils/hbmk2/hbmk2.prg + * marked the file as UTF8 + * added accent to my own name. let's see on which platforms + and configs it appears alright (second "a" should appear + with an acute accent: "a'") + [ms-dos and OS/2 is not expected to work] + 2012-06-20 17:13 UTC+0200 Viktor Szakats (harbour syenar.net) * INSTALL % tuned to not require regular updates when new versions of diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 8c11ff95b5..aa3af39292 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -13577,7 +13577,7 @@ STATIC PROCEDURE ShowHeader( hbmk ) LOCAL cTrsTextI OutStd( "Harbour Make (" + _SELF_NAME_ + ") " + HBRawVersion() + _OUT_EOL +; - "Copyright (c) 1999-2012, Viktor Szakats" + _OUT_EOL +; + "Copyright (c) 1999-2012, Viktor Szakáts" + _OUT_EOL +; "http://harbour-project.org/" + _OUT_EOL ) IF !( hbmk[ _HBMK_cUILNG ] == "en" ) .AND. ;