diff options
author | John Ankarström <john@ankarstrom.se> | 2022-04-13 19:11:45 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-04-13 19:11:45 +0200 |
commit | 34d6f7940bf341a8a03e52c64bd6b646e9c038d7 (patch) | |
tree | 54b994240113644f1f1433b6334b8de8b5418e28 | |
parent | 30347c9bc743bdda2c01dcbca9221443e7b8bbac (diff) | |
download | EpisodeBrowser-34d6f7940bf341a8a03e52c64bd6b646e9c038d7.tar.gz |
Fix typo.
-rw-r--r-- | c/episodelistview.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/episodelistview.c b/c/episodelistview.c index 30eef41..bd5a28c 100644 --- a/c/episodelistview.c +++ b/c/episodelistview.c @@ -30,7 +30,7 @@ ElvCreate() lvc.cx = Dpi(20); ListView_InsertColumn(HElv, 1, &lvc); - lvc.iSubItem = 1; + lvc.iSubItem = 2; lvc.pszText = TEXT("Title"); lvc.cx = 500; ListView_InsertColumn(HElv, 2, &lvc); |