changeset 16725:bb6cfc641496

s/PIDGINHOME/PURPLEHOME/
author Richard Laager <rlaager@wiktel.com>
date Tue, 01 May 2007 02:30:37 +0000
parents 519a12a7ade7
children 130d72ab7e25 3bd360f26a9e 81bba936c933
files pidgin/win32/winpidgin.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/win32/winpidgin.c	Mon Apr 30 23:01:41 2007 +0000
+++ b/pidgin/win32/winpidgin.c	Tue May 01 02:30:37 2007 +0000
@@ -136,11 +136,11 @@
 
 	if (path) {
 		/* Set up the settings dir base to be \\path\to
-		 * The actual settings dir will be \\path\to\.pidgin */
-		char settingsdir[strlen(path) + strlen("PIDGINHOME=") + 1];
+		 * The actual settings dir will be \\path\to\.purple */
+		char settingsdir[strlen(path) + strlen("PURPLEHOME=") + 1];
 		char aspelldir[strlen(path) + strlen("PIDGIN_ASPELL_DIR=\\Aspell\\bin") + 1];
 
-		snprintf(settingsdir, sizeof(settingsdir), "PIDGINHOME=%s", path);
+		snprintf(settingsdir, sizeof(settingsdir), "PURPLEHOME=%s", path);
 		printf("Setting settings dir: %s\n", settingsdir);
 		putenv(settingsdir);