changeset 679:5933a8036672

Remove "This is the status window" message
author Mikael Berthe <mikael@lilotux.net>
date Sat, 28 Jan 2006 17:40:00 +0100
parents e175f5d96f04
children 1f8987e0e56c
files mcabber/src/screen.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/screen.c	Sat Jan 28 12:02:14 2006 +0100
+++ b/mcabber/src/screen.c	Sat Jan 28 17:40:00 2006 +0100
@@ -607,7 +607,8 @@
 
   /* Draw/init windows */
 
-  mvwprintw(chatWnd, 0, 0, "This is the status window");
+  mvwprintw(chatWnd, 0, 0, "Thanks for using mcabber.\n");
+  mvwprintw(chatWnd, 1, 0, "http://www.lilotux.net/~mikael/mcabber/");
 
   // - Draw/clear the log window
   scr_draw_box(logWnd_border, 0, 0, Log_Win_Height, maxX, COLOR_GENERAL, 0, 0);