| 111 |
111 |
| 112 label = |
112 label = |
| 113 gtk_label_new(_ |
113 gtk_label_new(_ |
| 114 ("GAIM is a client that supports AOL's Instant Messenger protocol. " |
114 ("GAIM is a client that supports AOL's Instant Messenger protocol. " |
| 115 "It is written using Gtk+ and is licensed under the GPL.\n" |
115 "It is written using Gtk+ and is licensed under the GPL.\n" |
| 116 "URL: http://www.marko.net/gaim/")); |
116 "URL: http://gaim.sourceforge.net/")); |
| 117 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); |
117 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); |
| 118 gtk_table_attach_defaults(GTK_TABLE(a_table), label, 0, 2, 0, 2); |
118 gtk_table_attach_defaults(GTK_TABLE(a_table), label, 0, 2, 0, 2); |
| 119 |
119 |
| 120 /* Rob */ |
120 /* Rob */ |
| 121 label = gtk_label_new("Rob Flynn (Maintainer)"); |
121 label = gtk_label_new("Rob Flynn (Maintainer)"); |