1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 23:56:45 +02:00

a few fixes

This commit is contained in:
Jfreegman
2014-08-19 23:40:49 -04:00
parent fd3f4eb724
commit bd20513493
2 changed files with 4 additions and 6 deletions

View File

@ -975,7 +975,7 @@ static void friendlist_onDraw(ToxWindow *self, Tox *m)
wmove(self->window, y2 - 1, 1);
wattron(self->window, A_BOLD);
wprintw(self->window, "ID: ");
wprintw(self->window, "Key: ");
wattroff(self->window, A_BOLD);
int i;