Display message when network message is sent

This commit is contained in:
simon.kagstrom 2010-03-22 18:43:49 +00:00
parent 01ae78f2ac
commit a0f30e9388
1 changed files with 1 additions and 0 deletions

View File

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