From a0f30e9388d132c49e51263a2f59c39776bcecd5 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Mon, 22 Mar 2010 18:43:49 +0000 Subject: [PATCH] Display message when network message is sent --- Src/Display.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Display.cpp b/Src/Display.cpp index 26fb32d..bb376e7 100644 --- a/Src/Display.cpp +++ b/Src/Display.cpp @@ -647,6 +647,7 @@ public: virtual void stringCallback(const char *str) { *out = (const char *)xstrdup(str); + Gui::gui->status_bar->queueMessage("Network message sent!"); /* Remove thyself! */ delete this; }