Commit 8cf6accf authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Fix position of column header labels.

parent 4d1ce166
...@@ -4371,7 +4371,7 @@ static void InitInstance(HINSTANCE hinstance) ...@@ -4371,7 +4371,7 @@ static void InitInstance(HINSTANCE hinstance)
#endif #endif
/* load column strings */ /* load column strings */
col = 0; col = 1;
load_string(g_pos_names[col++], IDS_COL_NAME); load_string(g_pos_names[col++], IDS_COL_NAME);
load_string(g_pos_names[col++], IDS_COL_SIZE); load_string(g_pos_names[col++], IDS_COL_SIZE);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment