diff dwtest.c @ 1615:38da4aa23b7c

Fix for Visual C giving errors on UTF-8 literals in source files. Temporarily adding some UTF-8 strings in the test program to test cross platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 26 Mar 2012 22:20:55 +0000
parents fd3b7784ab53
children 9dbd2984c1e5
line wrap: on
line diff
--- a/dwtest.c	Mon Mar 26 21:51:02 2012 +0000
+++ b/dwtest.c	Mon Mar 26 22:20:55 2012 +0000
@@ -1629,7 +1629,7 @@
     dw_init(TRUE, argc, argv);
 
     /* Create our window */
-    mainwindow = dw_window_new( HWND_DESKTOP, "dwindows test", flStyle | DW_FCF_SIZEBORDER | DW_FCF_MINMAX);
+    mainwindow = dw_window_new( HWND_DESKTOP, "dwindows test UTF8 中国語 (繁体) cañón", flStyle | DW_FCF_SIZEBORDER | DW_FCF_MINMAX);
     dw_window_set_icon(mainwindow, fileicon);
 
     menu_add();