From dba2df4b9aeb21b4c62f9a0e1443852995821e5d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 16 Dec 2019 00:28:10 +0000 Subject: add page info resources to win32 frontend --- frontends/windows/resourceid.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'frontends/windows/resourceid.h') diff --git a/frontends/windows/resourceid.h b/frontends/windows/resourceid.h index e86d8eedb..a0642b177 100644 --- a/frontends/windows/resourceid.h +++ b/frontends/windows/resourceid.h @@ -30,7 +30,12 @@ #define IDR_TOOLBAR_BITMAP_HOT 104 #define IDR_NETSURF_BANNER 105 #define IDR_HOME_BITMAP 106 - +#define IDC_PAGEINFO 107 +#define IDB_PAGEINFO_INSECURE 108 +#define IDB_PAGEINFO_SECURE 109 +#define IDB_PAGEINFO_INTERNAL 110 +#define IDB_PAGEINFO_WARNING 111 +#define IDB_PAGEINFO_LOCAL 112 #define IDD_ABOUT 1000 #define IDC_IMG1 1001 -- cgit v1.2.3