| 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 } |