Add SIOD banner to console startup.

2003-05-19  Manish Singh  <yosh@gimp.org>

        * plug-ins/script-fu/script-fu-console.c: Add SIOD banner to console
        startup.
This commit is contained in:
Manish Singh 2003-05-19 21:14:25 +00:00 committed by Manish Singh
parent 1b107d83d6
commit 0df35c420f
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-05-19 Manish Singh <yosh@gimp.org>
* plug-ins/script-fu/script-fu-console.c: Add SIOD banner to console
startup.
2003-05-19 Michael Natterer <mitch@gimp.org>
* app/gui/drawable-commands.h: eek, forgot to commit this file.

View file

@ -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