From 22ac65c4a9f7b008d95f1117ac3d8586f8fa2eeb Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 11 Mar 2014 10:09:20 -0700 Subject: [PATCH] Change John Doe to Anonymous --- src/toxic_windows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toxic_windows.h b/src/toxic_windows.h index d4024f5..b6e1dda 100644 --- a/src/toxic_windows.h +++ b/src/toxic_windows.h @@ -37,7 +37,7 @@ #include #endif /* _SUPPORT_AUDIO */ -#define UNKNOWN_NAME "John Doe" +#define UNKNOWN_NAME "Anonymous" #define MAX_WINDOWS_NUM 32 #define MAX_FRIENDS_NUM 100