From dcf3800a39c18f17bcd7478498ca29e6035dd7b3 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Thu, 2 Jun 2005 21:32:21 +0000 Subject: [PATCH] fix column headers svn path=/trunk/; revision=15738 --- reactos/subsys/system/winefile/winefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/system/winefile/winefile.c b/reactos/subsys/system/winefile/winefile.c index 9ac5b9c119b..b963f79bdca 100644 --- a/reactos/subsys/system/winefile/winefile.c +++ b/reactos/subsys/system/winefile/winefile.c @@ -4449,7 +4449,7 @@ static void InitInstance(HINSTANCE hinstance) #endif /* load column strings */ - col = 0; + col = 1; load_string(g_pos_names[col++], IDS_COL_NAME); load_string(g_pos_names[col++], IDS_COL_SIZE);