From 9c03e64b24e6fc3524e2959be4fe428e8e910fc5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 27 Jun 2008 15:08:46 +0000 Subject: [PATCH] 2008-06-27 17:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbgf/hbgfgtk/msginfo.c ! Blind fix for missing MultiLineDelimiters definition. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbgf/hbgfgtk/msginfo.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 964f66d322..c860a2ec50 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-27 17:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbgf/hbgfgtk/msginfo.c + ! Blind fix for missing MultiLineDelimiters definition. + 2008-06-27 15:43 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbwhat32/wincorec.c * contrib/hbwhat32/_winwnd.c diff --git a/harbour/contrib/hbgf/hbgfgtk/msginfo.c b/harbour/contrib/hbgf/hbgfgtk/msginfo.c index 6c75956136..bf478c3896 100644 --- a/harbour/contrib/hbgf/hbgfgtk/msginfo.c +++ b/harbour/contrib/hbgf/hbgfgtk/msginfo.c @@ -60,6 +60,8 @@ /* ********************************************************************* */ +gchar *MultiLineDelimiters = "\n\r"; + static void GtkMsgInfoCallback( GtkWidget *Widget, gpointer Data ) { HB_SYMBOL_UNUSED( Widget );