libpurple/protocols/qq/qq.c

branch
openq
changeset 25074
93e82f3ab074
parent 25072
6b36b4bfd429
child 25083
f90cdb700975
equal deleted inserted replaced
25073:64862e19302b 25074:93e82f3ab074
54 #include "qq_network.h" 54 #include "qq_network.h"
55 #include "send_file.h" 55 #include "send_file.h"
56 #include "utils.h" 56 #include "utils.h"
57 #include "version.h" 57 #include "version.h"
58 58
59 #ifndef OPENQ_VERSION 59 #define OPENQ_VERSION "0.3.2-p19"
60 #define OPENQ_VERSION DISPLAY_VERSION
61 #endif
62 60
63 static GList *server_list_build(gchar select) 61 static GList *server_list_build(gchar select)
64 { 62 {
65 GList *list = NULL; 63 GList *list = NULL;
66 64
661 g_string_append(info, "<br>\n"); 659 g_string_append(info, "<br>\n");
662 g_string_append(info, _("<p><i>And, all the boys in the backroom...</i><br>\n")); 660 g_string_append(info, _("<p><i>And, all the boys in the backroom...</i><br>\n"));
663 g_string_append(info, _("<i>Feel free to join us!</i> :)")); 661 g_string_append(info, _("<i>Feel free to join us!</i> :)"));
664 g_string_append(info, "</body></html>"); 662 g_string_append(info, "</body></html>");
665 663
666 title = g_strdup_printf(_("About OpenQ r%s"), OPENQ_VERSION); 664 title = g_strdup_printf(_("About OpenQ %s"), OPENQ_VERSION);
667 purple_notify_formatted(gc, title, title, NULL, info->str, NULL, NULL); 665 purple_notify_formatted(gc, title, title, NULL, info->str, NULL, NULL);
668 666
669 g_free(title); 667 g_free(title);
670 g_string_free(info, TRUE); 668 g_string_free(info, TRUE);
671 } 669 }

mercurial