Mercurial > pidgin
changeset 10185:776c701cea2e
[gaim-migrate @ 11300]
Make the new sounds in CVS head work for Windows users
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 15 Nov 2004 02:50:47 +0000 |
parents | f6918ab1624a |
children | 61951f69ad2b |
files | Makefile.mingw |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw Mon Nov 15 00:37:54 2004 +0000 +++ b/Makefile.mingw Mon Nov 15 02:50:47 2004 +0000 @@ -31,11 +31,11 @@ NEEDED_DLLS = $(GTKSPELL_TOP)/libgtkspell.dll \ $(IDLETRACK_TOP)/idletrack.dll -SOUNDS = $(GAIM_SOUNDS)/leave.wav \ - $(GAIM_SOUNDS)/redalert.wav \ +SOUNDS = $(GAIM_SOUNDS)/alert.wav \ + $(GAIM_SOUNDS)/login.wav \ + $(GAIM_SOUNDS)/logout.wav \ $(GAIM_SOUNDS)/receive.wav \ - $(GAIM_SOUNDS)/send.wav \ - $(GAIM_SOUNDS)/arrive.wav + $(GAIM_SOUNDS)/send.wav ##