Mercurial > pidgin.yaz
diff src/applet.c @ 2534:2bc6ee172103
[gaim-migrate @ 2547]
I got an itty bitty diff for you ;-)
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Thu, 18 Oct 2001 07:26:56 +0000 |
| parents | be88e02789e0 |
| children | 7c64b3ad0c3d |
line wrap: on
line diff
--- a/src/applet.c Thu Oct 18 07:22:26 2001 +0000 +++ b/src/applet.c Thu Oct 18 07:26:56 2001 +0000 @@ -324,11 +324,11 @@ { GdkPixmap *pm; - applet_widget_init("GAIM", VERSION, argc, argv, NULL, 0, NULL); + applet_widget_init("Gaim", VERSION, argc, argv, NULL, 0, NULL); applet = applet_widget_new("gaim_applet"); if (!applet) - g_error(_("Can't create GAIM applet!")); + g_error(_("Can't create Gaim applet!")); gtk_widget_set_events(applet, gtk_widget_get_events(applet) | GDK_BUTTON_PRESS_MASK); gtk_widget_realize(applet);
