Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv23522/src
Modified Files:
conversation.c
Log Message:
Michael Moulton says to do this.
Index: conversation.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/conversation.c,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -d -r1.363 -r1.364
--- conversation.c 7 Aug 2002 23:25:33 -0000 1.363
+++ conversation.c 8 Aug 2002 12:30:29 -0000 1.364
@@ -2261,7 +2261,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;
|