~chipaca/ubuntu/trusty/xchat/monitor-colors

« back to all changes in this revision

Viewing changes to src/fe-gtk/about.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-06-25 23:20:50 UTC
  • mto: (2.1.1 etch)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20060625232050-uxwsdi1dz98zzo88
Tags: upstream-2.6.4
Import upstream version 2.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                                666, get_cpu_str());
68
68
#endif
69
69
 
70
 
        gtk_widget_show (gnome_about_new ("X-Chat", VERSION,
 
70
        gtk_widget_show (gnome_about_new ("X-Chat", PACKAGE_VERSION,
71
71
                                                        "(C) 1998-2005 Peter Zelezny", author, buf, 0));
72
72
}
73
73
 
115
115
        gtk_container_add (GTK_CONTAINER (vbox), label);
116
116
        g_get_charset (&locale);
117
117
        (snprintf) (buf, sizeof (buf),
118
 
                                "<span size=\"x-large\"><b>XChat "VERSION"</b></span>\n\n"
 
118
                                "<span size=\"x-large\"><b>XChat "PACKAGE_VERSION"</b></span>\n\n"
119
119
                                "%s\n\n"
120
120
                                "%s\n"
121
121
                                "<b>Charset</b>: %s "
125
125
                                "<b>Renderer</b>: %s\n"
126
126
#endif
127
127
                                "<b>Compiled</b>: "__DATE__"\n\n"
128
 
                                "<small>\302\251 1998-2005 Peter \305\275elezn\303\275 &lt;zed@xchat.org></small>",
 
128
                                "<small>\302\251 1998-2006 Peter \305\275elezn\303\275 &lt;zed@xchat.org></small>",
129
129
                                        _("A multiplatform IRC Client"),
130
130
                                        get_cpu_str(),
131
131
                                        locale,