mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:43:02 +01:00
updated version
This commit is contained in:
parent
ce302d2410
commit
2cff7c8b89
@ -320,7 +320,7 @@ void prompt_init_statusbar(ToxWindow *self, Tox *m)
|
||||
snprintf(statusbar->nick, sizeof(statusbar->nick), "%s", nick);
|
||||
|
||||
/* temporary until statusmessage saving works */
|
||||
uint8_t *statusmsg = "Toxing on Toxic v.0.2.1";
|
||||
uint8_t *statusmsg = "Toxing on Toxic v.0.2.2";
|
||||
m_set_statusmessage(m, statusmsg, strlen(statusmsg) + 1);
|
||||
snprintf(statusbar->statusmsg, sizeof(statusbar->statusmsg), "%s", statusmsg);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user