summaryrefslogtreecommitdiff
path: root/src/video/win32_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/win32_v.h')
-rw-r--r--src/video/win32_v.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/win32_v.h b/src/video/win32_v.h
index afd33a88c..0b05ff5db 100644
--- a/src/video/win32_v.h
+++ b/src/video/win32_v.h
@@ -25,7 +25,7 @@ public:
class FVideoDriver_Win32: public VideoDriverFactory<FVideoDriver_Win32> {
public:
/* virtual */ const char *GetName() { return "win32"; }
- /* virtual */ const char *GetDescription() { return "Win32 Video Driver"; }
+ /* virtual */ const char *GetDescription() { return "Win32 GDI Video Driver"; }
/* virtual */ Driver *CreateInstance() { return new VideoDriver_Win32(); }
};