Fix position of column header labels.
This commit is contained in:
parent
4d1ce166ce
commit
8cf6accf23
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue