1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 18:46:35 +01:00

Revert "Merge branch 'Ansa89-add_translation'"

This reverts commit 312d0c3f42, reversing
changes made to 409e4ddd96.
This commit is contained in:
Jfreegman
2015-07-08 21:08:55 -04:00
parent 84a0276668
commit 40b220c821
37 changed files with 441 additions and 5550 deletions

View File

@@ -40,8 +40,8 @@
#include <tox/tox.h>
#define UNKNOWN_NAME gettext("Anonymous")
#define DEFAULT_TOX_NAME gettext("Tox User") /* should always be the same as toxcore's default name */
#define UNKNOWN_NAME "Anonymous"
#define DEFAULT_TOX_NAME "Tox User" /* should always be the same as toxcore's default name */
#define MAX_STR_SIZE TOX_MAX_MESSAGE_LENGTH /* must be >= TOX_MAX_MESSAGE_LENGTH */
#define MAX_CMDNAME_SIZE 64