mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fix column headers
svn path=/trunk/; revision=15738
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user