changeset 160:d3c78f2ef77b

Rename configuration file for Windows.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Nov 2010 14:55:44 +0200
parents 1b6bc8bf6ac3
children 6dd282b5f431
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Wed Nov 03 13:36:35 2010 +0200
+++ b/nnchat.c	Thu Nov 04 14:55:44 2010 +0200
@@ -19,7 +19,7 @@
 #include <curses.h>
 
 #ifdef __WIN32
-#define SET_CONFIG_FILE    "nnchat-config.txt"
+#define SET_CONFIG_FILE    "nnchat.txt"
 #define SET_DIR_SEPARATOR  "\\"
 #else
 #define SET_CONFIG_FILE    ".nnchat"