mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2025-02-16 20:39:15 +01:00
Display message when network message is sent
This commit is contained in:
parent
01ae78f2ac
commit
a0f30e9388
@ -647,6 +647,7 @@ public:
|
|||||||
virtual void stringCallback(const char *str)
|
virtual void stringCallback(const char *str)
|
||||||
{
|
{
|
||||||
*out = (const char *)xstrdup(str);
|
*out = (const char *)xstrdup(str);
|
||||||
|
Gui::gui->status_bar->queueMessage("Network message sent!");
|
||||||
/* Remove thyself! */
|
/* Remove thyself! */
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user