From c605ea0545ac22dc328c83d78011e3d18346eb63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 16:56:31 +0100 Subject: Show data list view. --- c/resource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'c/resource.h') diff --git a/c/resource.h b/c/resource.h index 6cab078..16af73e 100644 --- a/c/resource.h +++ b/c/resource.h @@ -5,6 +5,7 @@ #define IDD_ABOUT 201 #define IDC_ABOUTTEXT 301 #define IDC_EPISODELISTVIEW 302 +#define IDC_DATALISTVIEW 303 #define ID_FILE_EXIT 4001 #define ID_FILE_REFRESH 4002 #define ID_FILE_ABOUT 4011 -- cgit v1.2.3