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 );