summaryrefslogtreecommitdiff
path: root/src/sound/win32_s.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-07-06 22:15:00 +0000
committerpeter1138 <peter1138@openttd.org>2007-07-06 22:15:00 +0000
commit472bfba5f8273ae5aff61a4a2c514b6b57d1ed49 (patch)
treef8025b09877741f381341b3fab7ea27411d6afc7 /src/sound/win32_s.h
parent7c2b43267045fec33c66c9d7c3372298b1f56848 (diff)
downloadopenttd-472bfba5f8273ae5aff61a4a2c514b6b57d1ed49.tar.xz
(svn r10458) -Fix (r10444): restore original descriptions for win32 drivers
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(); }
};