Fix position of column header labels.

This commit is contained in:
Martin Fuchs 2005-06-03 11:25:17 +00:00 committed by Alexandre Julliard
parent 4d1ce166ce
commit 8cf6accf23
1 changed files with 1 additions and 1 deletions

View File

@ -4371,7 +4371,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);