1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:37:46 +02:00

update version

This commit is contained in:
Jfreegman 2013-11-23 21:42:43 -05:00
parent fb246f2527
commit 6d2bf72ed3

View File

@ -245,7 +245,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.2";
uint8_t *statusmsg = "Toxing on Toxic v.0.2.3";
m_set_statusmessage(m, statusmsg, strlen(statusmsg) + 1);
snprintf(statusbar->statusmsg, sizeof(statusbar->statusmsg), "%s", statusmsg);