diff dwtest.c @ 1745:7dd1659c2693

Fixes for the new localization function on OS/2 and GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 04 Jun 2012 22:44:51 +0000
parents 535e8c19a13d
children 76b24619f6fa
line wrap: on
line diff
--- a/dwtest.c	Mon Jun 04 22:18:56 2012 +0000
+++ b/dwtest.c	Mon Jun 04 22:44:51 2012 +0000
@@ -1135,7 +1135,7 @@
     titles[2] = "Time";
     titles[3] = "Date";
 
-	dw_filesystem_set_column_title(container, "Test");
+    dw_filesystem_set_column_title(container, "Test");
     dw_filesystem_setup(container, flags, titles, 4);
     dw_container_set_stripe(container, DW_CLR_DEFAULT, DW_CLR_DEFAULT);
     containerinfo = dw_container_alloc(container, 3);