diff libpurple/internal.h @ 16898:a00cf76108c6

fixes #650
author Luke Schierer <lschiere@pidgin.im>
date Sat, 05 May 2007 14:36:31 +0000
parents 250623ba4218
children f160b6e84d0c ed303260e05a
line wrap: on
line diff
--- a/libpurple/internal.h	Sat May 05 05:19:11 2007 +0000
+++ b/libpurple/internal.h	Sat May 05 14:36:31 2007 +0000
@@ -183,6 +183,7 @@
 #define purple_strlcat(dest, src) g_strlcat(dest, src, sizeof(dest))
 
 #define PURPLE_WEBSITE "http://pidgin.im/"
+#define PURPLE_DEVEL_WEBSITE "http://developer.pidgin.im/"
 
 /* This is for the accounts code to notify the buddy icon code that
  * it's done loading.  We may want to replace this with a signal. */