Mercurial > pidgin
comparison src/about.c @ 804:17def2bb9720
[gaim-migrate @ 814]
17:24:37 RobFlynn: Reformatted?
17:24:59 EWarmenhoven: well, "preferences" "plugins" and "perl". one of these things is not like the others
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Thu, 31 Aug 2000 00:25:25 +0000 |
| parents | b3900e312d8e |
| children | 2876c40108cd |
comparison
equal
deleted
inserted
replaced
| 803:7f75b17d4e14 | 804:17def2bb9720 |
|---|---|
| 88 &style->bg[GTK_STATE_NORMAL], (gchar **)aol_logo); | 88 &style->bg[GTK_STATE_NORMAL], (gchar **)aol_logo); |
| 89 pixmap = gtk_pixmap_new(pm, bm); | 89 pixmap = gtk_pixmap_new(pm, bm); |
| 90 gtk_box_pack_start(GTK_BOX(vbox), pixmap, TRUE, TRUE, 0); | 90 gtk_box_pack_start(GTK_BOX(vbox), pixmap, TRUE, TRUE, 0); |
| 91 gtk_widget_show(pixmap); | 91 gtk_widget_show(pixmap); |
| 92 gdk_pixmap_unref(pm); | 92 gdk_pixmap_unref(pm); |
| 93 gdk_bitmap_unref(bm); | |
| 93 | 94 |
| 94 label = gtk_label_new( | 95 label = gtk_label_new( |
| 95 "GAIM is a client that supports AOL's Instant Messenger protocol\nwritten under the GTK\n" | 96 "GAIM is a client that supports AOL's Instant Messenger protocol\nwritten under the GTK\n" |
| 96 "It is developed by:\n" | 97 "It is developed by:\n" |
| 97 "Rob Flynn <rflynn@blueridge.net> <IM: RobFlynn> (Maintainer)\n" | 98 "Rob Flynn <rflynn@blueridge.net> <IM: RobFlynn> (Maintainer)\n" |
