diff libpurple/protocols/qq/qq.c @ 24151:4edf36682236

2008.10.07 - lonicerae <lonicerae(at)gmail.com> * Added some defensive code for 'action' series functions of qq.c 2008.10.07 - lonicerae <lonicerae(at)gmail.com> * Update 'version display' * Merge lonicerae and ccpaging into trunk
author SHiNE CsyFeK <csyfek@gmail.com>
date Wed, 22 Oct 2008 15:03:08 +0000
parents 119d85c40d75
children d3811bdb6b07
line wrap: on
line diff
--- a/libpurple/protocols/qq/qq.c	Wed Oct 22 15:00:47 2008 +0000
+++ b/libpurple/protocols/qq/qq.c	Wed Oct 22 15:03:08 2008 +0000
@@ -58,7 +58,10 @@
 
 #define OPENQ_AUTHOR            "Puzzlebird"
 #define OPENQ_WEBSITE           "http://openq.sourceforge.net"
+
+#ifndef OPENQ_VERSION
 #define OPENQ_VERSION           DISPLAY_VERSION
+#endif
 
 static GList *server_list_build(gchar select)
 {
@@ -701,7 +704,7 @@
 	g_string_append(info, _("<i>Feel free to join us!</i> :)"));
 	g_string_append(info, "</body></html>");
 
-	title = g_strdup_printf(_("About OpenQ %s"), OPENQ_VERSION);
+	title = g_strdup_printf(_("About OpenQ r%s"), OPENQ_VERSION);
 	purple_notify_formatted(gc, NULL, title, NULL, info->str, NULL, NULL);
 
 	g_free(title);