diff libpurple/protocols/zephyr/ZLocations.c @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children f160b6e84d0c
line wrap: on
line diff
--- a/libpurple/protocols/zephyr/ZLocations.c	Mon Mar 19 06:11:46 2007 +0000
+++ b/libpurple/protocols/zephyr/ZLocations.c	Mon Mar 19 07:01:17 2007 +0000
@@ -91,7 +91,7 @@
 	    } else {
 #endif
 #ifdef WIN32
-              	    strncpy(mytty, "WinGaim", sizeof(mytty));
+              	    strncpy(mytty, "WinPurple", sizeof(mytty));
 #else
 		    ttyp = ttyname(0);
 		    if (ttyp && *ttyp) {