comparison 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
comparison
equal deleted inserted replaced
486:3bc712d2c362 487:d6e07d292145
324 } 324 }
325 325
326 int DWSIGNAL browse_callback(HWND window, void *data) 326 int DWSIGNAL browse_callback(HWND window, void *data)
327 { 327 {
328 char *tmp; 328 char *tmp;
329 tmp = dw_file_browse("test string", NULL, "c", DW_FILE_OPEN ); 329 tmp = dw_file_browse("test string", NULL, "c", DW_DIRECTORY_OPEN );
330 if ( tmp ) 330 if ( tmp )
331 { 331 {
332 if ( current_file ) 332 if ( current_file )
333 { 333 {
334 dw_free( current_file ); 334 dw_free( current_file );