diff dwtest.c @ 629:a5deb87b26e4

Add support for using initial directory in dw_file_browse()
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 22 Oct 2008 02:14:34 +0000
parents 77cc62375fee
children c6a216c8174f
line wrap: on
line diff
--- a/dwtest.c	Sat Apr 12 12:22:09 2008 +0000
+++ b/dwtest.c	Wed Oct 22 02:14:34 2008 +0000
@@ -437,7 +437,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", ".", "c", DW_FILE_OPEN );
    if ( tmp )
    {
       if ( current_file )