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

change tab names: prompt = home, friends = contacts

This commit is contained in:
Jfreegman
2014-07-13 15:34:09 -04:00
parent ee67cf0bf1
commit 190e1e73e8
5 changed files with 12 additions and 11 deletions

View File

@ -442,7 +442,7 @@ ToxWindow new_prompt(void)
ret.onConnectionChange = &prompt_onConnectionChange;
ret.onFriendRequest = &prompt_onFriendRequest;
strcpy(ret.name, "prompt");
strcpy(ret.name, "home");
ChatContext *chatwin = calloc(1, sizeof(ChatContext));
StatusBar *stb = calloc(1, sizeof(StatusBar));