comparison dwtest.c @ 2115:79e5842fb609

GTK: Fixes for building with GTK after the notification image changes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 23 Jun 2020 08:13:24 +0000
parents 251d050d306b
children 663467f6eee4
comparison
equal deleted inserted replaced
2114:251d050d306b 2115:79e5842fb609
597 { 597 {
598 char *tmp; 598 char *tmp;
599 tmp = dw_file_browse("Pick a file", "dwtest.c", "c", DW_FILE_OPEN ); 599 tmp = dw_file_browse("Pick a file", "dwtest.c", "c", DW_FILE_OPEN );
600 if ( tmp ) 600 if ( tmp )
601 { 601 {
602 HWND notification = dw_notification_new("New file loaded", "image\\test.png", "dwtest loaded \"%s\" into the file browser on the Render tab, with \"File Display\" selected from the drop down list.", tmp); 602 HWND notification = dw_notification_new("New file loaded", "image/test.png", "dwtest loaded \"%s\" into the file browser on the Render tab, with \"File Display\" selected from the drop down list.", tmp);
603 603
604 if ( current_file ) 604 if ( current_file )
605 { 605 {
606 dw_free( current_file ); 606 dw_free( current_file );
607 } 607 }