summaryrefslogtreecommitdiff
path: root/src/sound/win32_s.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/win32_s.h')
-rw-r--r--src/sound/win32_s.h2
1 files changed, 1 insertions, 1 deletions
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<FSoundDriver_Win32> {
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(); }
};