aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/episodelistview.c')
-rw-r--r--c/episodelistview.c2
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);