From 472bfba5f8273ae5aff61a4a2c514b6b57d1ed49 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 6 Jul 2007 22:15:00 +0000 Subject: (svn r10458) -Fix (r10444): restore original descriptions for win32 drivers --- src/sound/win32_s.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound/win32_s.h') diff --git a/src/sound/win32_s.h b/src/sound/win32_s.h index 10a1f7502..820e6c74e 100644 --- a/src/sound/win32_s.h +++ b/src/sound/win32_s.h @@ -17,7 +17,7 @@ public: class FSoundDriver_Win32: public SoundDriverFactory { public: /* virtual */ const char *GetName() { return "win32"; } - /* virtual */ const char *GetDescription() { return "Win32 Sound Driver"; } + /* virtual */ const char *GetDescription() { return "Win32 WaveOut Driver"; } /* virtual */ Driver *CreateInstance() { return new SoundDriver_Win32(); } }; -- cgit v1.2.3-54-g00ecf