Mercurial > pidgin
changeset 341:df984d56efb4
[gaim-migrate @ 351]
touch-ups
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 06 Jun 2000 21:50:20 +0000 |
parents | 0d9cfc3579a5 |
children | f4fba304b236 |
files | libfaim/faim/aim.h src/buddy.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libfaim/faim/aim.h Tue Jun 06 21:33:20 2000 +0000 +++ b/libfaim/faim/aim.h Tue Jun 06 21:50:20 2000 +0000 @@ -10,8 +10,8 @@ #define FAIM_VERSION_MINOR 99 #define FAIM_VERSION_MINORMINOR 0 -#include <faim/faimconfig.h> -#include <faim/aim_cbtypes.h> +#include <faimconfig.h> +#include <aim_cbtypes.h> #ifndef FAIM_USEPTHREADS #error pthreads are currently required.
--- a/src/buddy.c Tue Jun 06 21:33:20 2000 +0000 +++ b/src/buddy.c Tue Jun 06 21:50:20 2000 +0000 @@ -1810,7 +1810,7 @@ buddypane = gtk_vbox_new(FALSE, 0); - imbutton = gtk_button_new_with_label("Im"); + imbutton = gtk_button_new_with_label("IM"); infobutton = gtk_button_new_with_label("Info"); chatbutton = gtk_button_new_with_label("Chat");