diff dwtest.c @ 487:d6e07d292145

Implemented taskbar icons on windows, so I can keep feature for feature with InJoy Firewall.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Nov 2003 15:30:19 +0000
parents 053211e0698b
children f3ed8dda02f8
line wrap: on
line diff
--- a/dwtest.c	Sun Oct 19 07:15:37 2003 +0000
+++ b/dwtest.c	Sat Nov 08 15:30:19 2003 +0000
@@ -326,7 +326,7 @@
 int DWSIGNAL browse_callback(HWND window, void *data)
 {
 	char *tmp;
-	tmp = dw_file_browse("test string", NULL, "c", DW_FILE_OPEN );
+	tmp = dw_file_browse("test string", NULL, "c", DW_DIRECTORY_OPEN );
 	if ( tmp )
 	{
 		if ( current_file )