diff options
author | belugas <belugas@openttd.org> | 2008-05-13 00:46:04 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-05-13 00:46:04 +0000 |
commit | d2835217821bd2e10915e3ac56a6467ae1554b8c (patch) | |
tree | d64478a8c3481da6665a69c558fb13a86cbeb81a /src | |
parent | 27b3767b799f26341d31548e37d9008e5a9886f4 (diff) | |
download | openttd-d2835217821bd2e10915e3ac56a6467ae1554b8c.tar.xz |
(svn r13063) -Fix(13062): Removal of old handler was not followed by removal in descriptor
Diffstat (limited to 'src')
-rw-r--r-- | src/transparency_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transparency_gui.cpp b/src/transparency_gui.cpp index a2795732e..e650fc6b3 100644 --- a/src/transparency_gui.cpp +++ b/src/transparency_gui.cpp @@ -125,7 +125,7 @@ static const WindowDesc _transparency_desc = { WC_TRANSPARENCY_TOOLBAR, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON, _transparency_widgets, - TransparencyToolbWndProc + NULL }; void ShowTransparencyToolbar(void) |