diff libpurple/plugins/mono/api/Debug.cs @ 15878:93bfbda79bf6

Gaim -> Purple rename for the Mono plugin. These changes make sense, and it compiles, but other than that, I haven't tested anything.
author Richard Laager <rlaager@wiktel.com>
date Sat, 24 Mar 2007 06:27:57 +0000
parents 5fe8042783c1
children
line wrap: on
line diff
--- a/libpurple/plugins/mono/api/Debug.cs	Sat Mar 24 06:26:04 2007 +0000
+++ b/libpurple/plugins/mono/api/Debug.cs	Sat Mar 24 06:27:57 2007 +0000
@@ -1,7 +1,7 @@
 using System;
 using System.Runtime.CompilerServices;
 
-namespace Gaim
+namespace Purple
 {
 	public class Debug
 	{