From ff5833999637262b26ea3978fd1109d72c443af5 Mon Sep 17 00:00:00 2001 From: Mindaugas Kavaliauskas Date: Wed, 9 Jun 2010 15:43:10 +0000 Subject: [PATCH] 2010-06-09 18:42 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/examples/commouse/commouse.prg * added $id$ --- harbour/ChangeLog | 3 +++ harbour/examples/commouse/commouse.prg | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 084a4db2c0..84b5e0cfd0 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,9 @@ The license applies to all entries newer than 2009-04-28. */ +2010-06-09 18:42 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/examples/commouse/commouse.prg + * added $id$ 2010-06-09 18:37 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + harbour/src/rtl/hbcomhb.c diff --git a/harbour/examples/commouse/commouse.prg b/harbour/examples/commouse/commouse.prg index 5263f053c7..83ba95297a 100644 --- a/harbour/examples/commouse/commouse.prg +++ b/harbour/examples/commouse/commouse.prg @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #include "hbcom.ch" PROC main( cParam )