pidgin/gtkdialogs.c

changeset 33955
55aa58076485
parent 33954
e8c5de29a4b6
child 34274
9169710b5af5
child 34622
753f46dd000f
equal deleted inserted replaced
33954:e8c5de29a4b6 33955:55aa58076485
529 "<li><a href=\"%s\" title=\"%s\">Frequently Asked Questions</a></li>" 529 "<li><a href=\"%s\" title=\"%s\">Frequently Asked Questions</a></li>"
530 "<li>IRC Channel: #pidgin on irc.freenode.net</li>" 530 "<li>IRC Channel: #pidgin on irc.freenode.net</li>"
531 "<li>XMPP MUC: devel@conference.pidgin.im</li>" 531 "<li>XMPP MUC: devel@conference.pidgin.im</li>"
532 "</ul>"), 532 "</ul>"),
533 PURPLE_WEBSITE, PURPLE_WEBSITE, 533 PURPLE_WEBSITE, PURPLE_WEBSITE,
534 "http://developer.pidgin.im/wiki/FAQ", 534 "https://developer.pidgin.im/wiki/FAQ",
535 "http://developer.pidgin.im/wiki/FAQ"); 535 "https://developer.pidgin.im/wiki/FAQ");
536 536
537 g_string_append(str, 537 g_string_append(str,
538 "<p><strong>Help for Oracle Employees</strong> is " 538 "<p><strong>Help for Oracle Employees</strong> is "
539 "available from your normal internal helpdesk or IT department. " 539 "available from your normal internal helpdesk or IT department. "
540 "The Pidgin developer and user communities cannot assist you in " 540 "The Pidgin developer and user communities cannot assist you in "
549 "We can't help with third-party protocols or plugins!<br/>" 549 "We can't help with third-party protocols or plugins!<br/>"
550 "This list's primary language is English. You " 550 "This list's primary language is English. You "
551 "are welcome to post in another language, but the responses may " 551 "are welcome to post in another language, but the responses may "
552 "be less helpful.</p>"), 552 "be less helpful.</p>"),
553 "support@pidgin.im", "support@pidgin.im", 553 "support@pidgin.im", "support@pidgin.im",
554 "http://pidgin.im/pipermail/support/", 554 "https://pidgin.im/pipermail/support/",
555 "http://pidgin.im/pipermail/support/"); 555 "https://pidgin.im/pipermail/support/");
556 556
557 tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME); 557 tmp = g_strdup_printf(_("About %s"), PIDGIN_NAME);
558 about = pidgin_build_help_dialog(tmp, "about", str); 558 about = pidgin_build_help_dialog(tmp, "about", str);
559 g_signal_connect(G_OBJECT(about), "destroy", G_CALLBACK(gtk_widget_destroyed), &about); 559 g_signal_connect(G_OBJECT(about), "destroy", G_CALLBACK(gtk_widget_destroyed), &about);
560 g_free(tmp); 560 g_free(tmp);

mercurial