# HG changeset patch # User Mark Doliner # Date 1226694800 0 # Node ID 565df7f3ed493ed5572caa3df8e912a14e3ff928 # Parent 40141d227b27f9ebf7cabc16207c30ca6dd5088e This dialog should have a title diff -r 40141d227b27 -r 565df7f3ed49 libpurple/protocols/qq/qq.c --- a/libpurple/protocols/qq/qq.c Fri Nov 14 20:13:22 2008 +0000 +++ b/libpurple/protocols/qq/qq.c Fri Nov 14 20:33:20 2008 +0000 @@ -767,7 +767,7 @@ g_string_append(info, ""); title = g_strdup_printf(_("About OpenQ r%s"), OPENQ_VERSION); - purple_notify_formatted(gc, NULL, title, NULL, info->str, NULL, NULL); + purple_notify_formatted(gc, title, title, NULL, info->str, NULL, NULL); g_free(title); g_string_free(info, TRUE);