summaryrefslogtreecommitdiff
path: root/frontends/windows/resourceid.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-12-16 00:28:10 +0000
committerVincent Sanders <vince@kyllikki.org>2019-12-16 00:28:10 +0000
commitdba2df4b9aeb21b4c62f9a0e1443852995821e5d (patch)
tree30f9ec029347c9b83b5b3e913007e77b947969bc /frontends/windows/resourceid.h
parentf081ffb7e8f9533cc74bacc7e836a79ae9b0808d (diff)
downloadnetsurf-dba2df4b9aeb21b4c62f9a0e1443852995821e5d.tar.gz
netsurf-dba2df4b9aeb21b4c62f9a0e1443852995821e5d.tar.bz2
add page info resources to win32 frontend
Diffstat (limited to 'frontends/windows/resourceid.h')
-rw-r--r--frontends/windows/resourceid.h7
1 files changed, 6 insertions, 1 deletions
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