comparison libpurple/protocols/qq/qq.c @ 24435:565df7f3ed49

This dialog should have a title
author Mark Doliner <mark@kingant.net>
date Fri, 14 Nov 2008 20:33:20 +0000
parents 75545fdf8944
children fecedf6d9ee1 adf153852bcf 0331bc480515
comparison
equal deleted inserted replaced
24433:40141d227b27 24435:565df7f3ed49
765 g_string_append(info, _("<p><i>And, all the boys in the backroom...</i><br>\n")); 765 g_string_append(info, _("<p><i>And, all the boys in the backroom...</i><br>\n"));
766 g_string_append(info, _("<i>Feel free to join us!</i> :)")); 766 g_string_append(info, _("<i>Feel free to join us!</i> :)"));
767 g_string_append(info, "</body></html>"); 767 g_string_append(info, "</body></html>");
768 768
769 title = g_strdup_printf(_("About OpenQ r%s"), OPENQ_VERSION); 769 title = g_strdup_printf(_("About OpenQ r%s"), OPENQ_VERSION);
770 purple_notify_formatted(gc, NULL, title, NULL, info->str, NULL, NULL); 770 purple_notify_formatted(gc, title, title, NULL, info->str, NULL, NULL);
771 771
772 g_free(title); 772 g_free(title);
773 g_string_free(info, TRUE); 773 g_string_free(info, TRUE);
774 } 774 }
775 775