changeset 309:49047a8787cb

Fixed a typo in the signals.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 31 Mar 2003 08:53:46 +0000
parents f844a07c5915
children 77105fe19c1f
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/win/dw.c	Mon Mar 31 08:42:28 2003 +0000
+++ b/win/dw.c	Mon Mar 31 08:53:46 2003 +0000
@@ -104,7 +104,7 @@
 	{ LBN_SELCHANGE,  DW_SIGNAL_LIST_SELECT },
 	{ TVN_SELCHANGED, DW_SIGNAL_ITEM_SELECT },
 	{ WM_SETFOCUS,    DW_SIGNAL_SET_FOCUS },
-	{ WM_VSCROLL,     DW_SIGNAL_VALUE_CHANGE }
+	{ WM_VSCROLL,     DW_SIGNAL_VALUE_CHANGED }
 };
 
 #ifdef BUILD_DLL