summary refs log tree commit diff stats
path: root/INSTALL.w32
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-07-14 06:04:45 +0300
committerxhmikosr <xhmikosr@yahoo.com>2012-07-14 06:04:45 +0300
commit1d0c2943c430f6f5ffc4f7deb10d719542153611 (patch)
treee6882f7a545b1fba4bb3a421513648eabbeb2107 /INSTALL.w32
parent1fae4ef09fbe744c3f7654dcc015da666956a5dd (diff)
more XChat to HexChat renaming
Diffstat (limited to 'INSTALL.w32')
-rw-r--r--INSTALL.w3212
1 files changed, 6 insertions, 6 deletions
diff --git a/INSTALL.w32 b/INSTALL.w32
index 846741a0..ef09e44e 100644
--- a/INSTALL.w32
+++ b/INSTALL.w32
@@ -80,26 +80,26 @@ MS Visual C
 		  (you only need Core SDK) - ~200 MB Download (Be warned).
 		4) Open the build enviroment.
 		 
-		  a) If your planning on developing modifications to the xchat code go:
+		  a) If your planning on developing modifications to the HexChat code go:
 		     Start->Programs->Microsoft Platform SDK...->Open Build Enviroment...->(Choose OS)->... (Debug)
 
-		  b) If your compiling just to use xchat and wish to no recieve debug messages:
+		  b) If your compiling just to use HexChat and wish to no recieve debug messages:
 		     Start->Programs->Microsoft Platform SDK...->Open Build Enviroment...->(Choose OS)->... (Retail)
-		5) Change directory into where you have download the xchat source to and type this:
+		5) Change directory into where you have download the HexChat source to and type this:
 		  cd src
 		  nmake -f makefile.msc clean
 		  nmake -f makefile.msc
-		6) Copy fe-gtk\xchat.exe to another place.
+		6) Copy fe-gtk\hexchat.exe to another place.
 	MS VC++ 7 (.NET)
 	~~~~~~~~~~~~~~~~
 
 		3) Open the Visual Studio .NET Command Prompt
 		 
-		4) Change directory into where you have download the xchat source to and type this:
+		4) Change directory into where you have download the HexChat source to and type this:
 		  cd src
 		  nmake -f makefile.msc clean
 		  nmake -f makefile.msc
-		5) Copy fe-gtk\xchat.exe to another place.
+		5) Copy fe-gtk\hexchat.exe to another place.
 	
 
 Common problems: