From 0df35c420f8eba9c99b03ebd32e28a590cf87032 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Mon, 19 May 2003 21:14:25 +0000 Subject: [PATCH] Add SIOD banner to console startup. 2003-05-19 Manish Singh * plug-ins/script-fu/script-fu-console.c: Add SIOD banner to console startup. --- ChangeLog | 5 +++++ plug-ins/script-fu/script-fu-console.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 12c16babf1..70c2ab6df9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-05-19 Manish Singh + + * plug-ins/script-fu/script-fu-console.c: Add SIOD banner to console + startup. + 2003-05-19 Michael Natterer * app/gui/drawable-commands.h: eek, forgot to commit this file. diff --git a/plug-ins/script-fu/script-fu-console.c b/plug-ins/script-fu/script-fu-console.c index 5d0796b424..34c513bb52 100644 --- a/plug-ins/script-fu/script-fu-console.c +++ b/plug-ins/script-fu/script-fu-console.c @@ -241,7 +241,9 @@ script_fu_console_interface (void) "weak", "See the GNU General Public License for more details.\n\n", "weak", "You should have received a copy of the GNU General Public License\n", "weak", "along with this program; if not, write to the Free Software\n", - "weak", "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\n\n", + "weak", "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n\n", + "strong", "Welcome to SIOD, Scheme In One Defun\n", + "weak", "(C) Copyright 1988-1994 Paradigm Associates Inc.\n\n\n", "strong", "Script-Fu Console - ", "emphasis", "Interactive Scheme Development\n\n", NULL