From f12c77463db12d8df48290dac9489b6d3bbb8ee7 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Wed, 17 Mar 2010 11:22:16 +0000 Subject: [PATCH] A friendly message to you, Rudie --- Src/gui/gui.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Src/gui/gui.cpp b/Src/gui/gui.cpp index c092367..d685c42 100644 --- a/Src/gui/gui.cpp +++ b/Src/gui/gui.cpp @@ -582,4 +582,7 @@ void Gui::init() panic_if (!Gui::gui->setTheme("default"), "Setting default theme failed\n"); } + + Gui::gui->status_bar->queueMessage("Welcome to C64-network.org, the networked C64!"); + Gui::gui->status_bar->queueMessage("Press Home for the menu!"); }