From: Sean E. <sea...@us...> - 2002-05-06 16:59:54
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv14119/src Modified Files: gaim.h Log Message: Forgot to commit this file Index: gaim.h =================================================================== RCS file: /cvsroot/gaim/gaim/src/gaim.h,v retrieving revision 1.320 retrieving revision 1.321 diff -u -d -r1.320 -r1.321 --- gaim.h 29 Apr 2002 18:07:27 -0000 1.320 +++ gaim.h 6 May 2002 16:50:06 -0000 1.321 @@ -283,7 +283,7 @@ #define OPT_SOUND_ARTSC 0x00008000 #define OPT_SOUND_ESD 0x00010000 #define OPT_SOUND_CMD 0x00020000 - +#define OPT_SOUND_NICK 0x00040000 /* remember to also change the struct in sound.c */ #define SND_BUDDY_ARRIVE 0 #define SND_BUDDY_LEAVE 1 |