mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
add page info resources to win32 frontend
This commit is contained in:
parent
f081ffb7e8
commit
dba2df4b9a
BIN
frontends/windows/res/page-info-insecure.bmp
Normal file
BIN
frontends/windows/res/page-info-insecure.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 890 B |
BIN
frontends/windows/res/page-info-internal.bmp
Normal file
BIN
frontends/windows/res/page-info-internal.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 890 B |
BIN
frontends/windows/res/page-info-local.bmp
Normal file
BIN
frontends/windows/res/page-info-local.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 890 B |
BIN
frontends/windows/res/page-info-secure.bmp
Normal file
BIN
frontends/windows/res/page-info-secure.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 890 B |
BIN
frontends/windows/res/page-info-warning.bmp
Normal file
BIN
frontends/windows/res/page-info-warning.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 890 B |
@ -28,9 +28,31 @@ IDR_TOOLBAR_BITMAP_GREY BITMAP "toolbarg.bmp"
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
IDR_TOOLBAR_BITMAP_HOT BITMAP "toolbarh.bmp"
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
IDR_THROBBER_AVI AVI "throbber.avi"
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
IDB_PAGEINFO_INSECURE BITMAP "page-info-insecure.bmp"
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
IDB_PAGEINFO_SECURE BITMAP "page-info-secure.bmp"
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
IDB_PAGEINFO_INTERNAL BITMAP "page-info-internal.bmp"
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
IDB_PAGEINFO_WARNING BITMAP "page-info-warning.bmp"
|
||||
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
IDB_PAGEINFO_LOCAL BITMAP "page-info-local.bmp"
|
||||
|
||||
|
||||
//
|
||||
// Menu resources
|
||||
//
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user