(svn r13063) -Fix(13062): Removal of old handler was not followed by removal in descriptor

This commit is contained in:
belugas 2008-05-13 00:46:04 +00:00
parent 6c0d2b9132
commit 3982160f50
1 changed files with 1 additions and 1 deletions

View File

@ -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)