diff win/dw.c @ 72:ab77a22a2a36

Added localization APIs as well as some miscellaneous bug fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 15 Feb 2002 09:30:50 +0000
parents 291c30a92b9b
children 2f339dd13496
line wrap: on
line diff
--- a/win/dw.c	Sun Feb 10 18:22:25 2002 +0000
+++ b/win/dw.c	Fri Feb 15 09:30:50 2002 +0000
@@ -5315,7 +5315,6 @@
 void dw_tree_item_select(HWND handle, HWND item)
 {
 	TreeView_SelectItem(handle, (HTREEITEM)item);
-	SetFocus(handle);
 }
 
 /*