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

s/tox.im/tox.chat/g -- reflect new tox domain

This commit is contained in:
Jfreegman 2015-06-29 03:16:09 -04:00 committed by cnhenry
parent 737d29864b
commit 1458a6bbc5
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Toxic [![Build Status](https://travis-ci.org/Tox/toxic.png?branch=master)](https://travis-ci.org/Tox/toxic)
Toxic is a [Tox](https://tox.im)-based instant messenging client which formerly resided in the [Tox core repository](https://github.com/irungentoo/toxcore), and is now available as a standalone application.
Toxic is a [Tox](https://tox.chat)-based instant messenging client which formerly resided in the [Tox core repository](https://github.com/irungentoo/toxcore), and is now available as a standalone application.
[![Toxic Screenshot](https://i.imgur.com/san99Z2.png "Home Screen")](https://i.imgur.com/san99Z2.png)
## Installation
[Use our repositories](https://wiki.tox.im/Binaries#Linux)<br />
[Use our repositories](https://wiki.tox.chat/Binaries#Linux)<br />
[Compile it yourself](/INSTALL.md)
## Downloads

View File

@ -261,7 +261,7 @@ static void print_init_messages(ToxWindow *toxwin)
line_info_add(toxwin, NULL, NULL, NULL, SYS_MSG, 0, 0, init_messages.msgs[i]);
}
#define MIN_NODE_LINE 50 /* IP: 7 + port: 5 + key: 38 + spaces: 2 = 70. ! (& e.g. tox.im = 6) */
#define MIN_NODE_LINE 50 /* IP: 7 + port: 5 + key: 38 + spaces: 2 = 70. ! (& e.g. tox.chat = 6) */
#define MAX_NODE_LINE 256 /* Approx max number of chars in a sever line (name + port + key) */
#define MAXNODES 50
#define NODELEN (MAX_NODE_LINE - TOX_PUBLIC_KEY_SIZE - 7)

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Toxic 0.6.0\n"
"Report-Msgid-Bugs-To: JFreegman@tox.im\n"
"Report-Msgid-Bugs-To: JFreegman@tox.chat\n"
"POT-Creation-Date: 2015-05-30 11:30+0200\n"
"PO-Revision-Date: 2015-05-30 11:30+0200\n"
"Last-Translator: Automatically generated\n"