diff --git a/include/wx/html/msw/wdown.bmp b/include/wx/html/msw/wdown.bmp new file mode 100644 index 0000000000..e1f3f1868a Binary files /dev/null and b/include/wx/html/msw/wdown.bmp differ diff --git a/include/wx/html/msw/wopen.bmp b/include/wx/html/msw/wopen.bmp new file mode 100644 index 0000000000..d74a5fd0a3 Binary files /dev/null and b/include/wx/html/msw/wopen.bmp differ diff --git a/include/wx/html/msw/wprint.bmp b/include/wx/html/msw/wprint.bmp new file mode 100644 index 0000000000..04dbc757ca Binary files /dev/null and b/include/wx/html/msw/wprint.bmp differ diff --git a/include/wx/html/msw/wup.bmp b/include/wx/html/msw/wup.bmp new file mode 100644 index 0000000000..940b5da689 Binary files /dev/null and b/include/wx/html/msw/wup.bmp differ diff --git a/include/wx/html/msw/wupnode.bmp b/include/wx/html/msw/wupnode.bmp new file mode 100644 index 0000000000..f8e8f08f7b Binary files /dev/null and b/include/wx/html/msw/wupnode.bmp differ diff --git a/include/wx/html/msw/wxhtml.rc b/include/wx/html/msw/wxhtml.rc index b60f9b87aa..562e90dade 100644 --- a/include/wx/html/msw/wxhtml.rc +++ b/include/wx/html/msw/wxhtml.rc @@ -12,6 +12,11 @@ wpanel BITMAP "wx/html/msw/wpanel.bmp" woptions BITMAP "wx/html/msw/woptions.bmp" wbkadd BITMAP "wx/html/msw/wbkadd.bmp" wbkdel BITMAP "wx/html/msw/wbkdel.bmp" +wup BITMAP "wx/html/msw/wup.bmp" +wupnode BITMAP "wx/html/msw/wupnode.bmp" +wdown BITMAP "wx/html/msw/wdown.bmp" +wprint BITMAP "wx/html/msw/wprint.bmp" +wopen BITMAP "wx/html/msw/wopen.bmp" wbook ICON "wx/html/msw/wbook.ico" wfolder ICON "wx/html/msw/wfolder.ico"