From: Sean E. <sea...@us...> - 2002-08-25 21:29:06
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv2025/src Modified Files: Tag: gtk1-stable conversation.c Log Message: Believe me when I tell you, I'll never do you know harm. Index: conversation.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/conversation.c,v retrieving revision 1.358 retrieving revision 1.358.2.1 diff -u -d -r1.358 -r1.358.2.1 --- conversation.c 15 Jun 2002 17:24:07 -0000 1.358 +++ conversation.c 25 Aug 2002 21:29:03 -0000 1.358.2.1 @@ -2244,7 +2244,7 @@ speaker = gtk_toolbar_append_element(GTK_TOOLBAR(toolbar), GTK_TOOLBAR_CHILD_TOGGLEBUTTON, - NULL, NULL, _("Sound"), + NULL, NULL, _("Toggle Sound"), _("Sound"), speaker_p, GTK_SIGNAL_FUNC(toggle_sound), c); c->makesound = 1; |