This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new e9645b1 Changed grapics to PNG
e9645b1 is described below
commit e9645b1d41fd2b6c547a405ff0ac08429cb75f53
Author: mseidel <[email protected]>
AuthorDate: Tue Nov 26 12:53:01 2019 +0100
Changed grapics to PNG
---
main/ucbhelper/workben/ucbexplorer/bmp/document.bmp | Bin 1318 -> 0 bytes
main/ucbhelper/workben/ucbexplorer/bmp/document.png | Bin 0 -> 174 bytes
main/ucbhelper/workben/ucbexplorer/bmp/fldclose.bmp | Bin 298 -> 0 bytes
main/ucbhelper/workben/ucbexplorer/bmp/fldclose.png | Bin 0 -> 192 bytes
main/ucbhelper/workben/ucbexplorer/bmp/fldopen.bmp | Bin 322 -> 0 bytes
main/ucbhelper/workben/ucbexplorer/bmp/fldopen.png | Bin 0 -> 222 bytes
main/ucbhelper/workben/ucbexplorer/bmp/link.bmp | Bin 1318 -> 0 bytes
main/ucbhelper/workben/ucbexplorer/bmp/link.png | Bin 0 -> 189 bytes
main/ucbhelper/workben/ucbexplorer/ucbexplorer.src | 8 ++++----
9 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/document.bmp
b/main/ucbhelper/workben/ucbexplorer/bmp/document.bmp
deleted file mode 100644
index 63baf47..0000000
Binary files a/main/ucbhelper/workben/ucbexplorer/bmp/document.bmp and
/dev/null differ
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/document.png
b/main/ucbhelper/workben/ucbexplorer/bmp/document.png
new file mode 100644
index 0000000..0b0f738
Binary files /dev/null and
b/main/ucbhelper/workben/ucbexplorer/bmp/document.png differ
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/fldclose.bmp
b/main/ucbhelper/workben/ucbexplorer/bmp/fldclose.bmp
deleted file mode 100644
index c0f26b3..0000000
Binary files a/main/ucbhelper/workben/ucbexplorer/bmp/fldclose.bmp and
/dev/null differ
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/fldclose.png
b/main/ucbhelper/workben/ucbexplorer/bmp/fldclose.png
new file mode 100644
index 0000000..b43c3f5
Binary files /dev/null and
b/main/ucbhelper/workben/ucbexplorer/bmp/fldclose.png differ
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/fldopen.bmp
b/main/ucbhelper/workben/ucbexplorer/bmp/fldopen.bmp
deleted file mode 100644
index f386435..0000000
Binary files a/main/ucbhelper/workben/ucbexplorer/bmp/fldopen.bmp and /dev/null
differ
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/fldopen.png
b/main/ucbhelper/workben/ucbexplorer/bmp/fldopen.png
new file mode 100644
index 0000000..28a42e6
Binary files /dev/null and b/main/ucbhelper/workben/ucbexplorer/bmp/fldopen.png
differ
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/link.bmp
b/main/ucbhelper/workben/ucbexplorer/bmp/link.bmp
deleted file mode 100644
index 0269a76..0000000
Binary files a/main/ucbhelper/workben/ucbexplorer/bmp/link.bmp and /dev/null
differ
diff --git a/main/ucbhelper/workben/ucbexplorer/bmp/link.png
b/main/ucbhelper/workben/ucbexplorer/bmp/link.png
new file mode 100644
index 0000000..7c85958
Binary files /dev/null and b/main/ucbhelper/workben/ucbexplorer/bmp/link.png
differ
diff --git a/main/ucbhelper/workben/ucbexplorer/ucbexplorer.src
b/main/ucbhelper/workben/ucbexplorer/ucbexplorer.src
index f03cf43..b579779 100644
--- a/main/ucbhelper/workben/ucbexplorer/ucbexplorer.src
+++ b/main/ucbhelper/workben/ucbexplorer/ucbexplorer.src
@@ -78,19 +78,19 @@ Menu MENU_POPUP
/*
Bitmap BMP_FOLDER_CLOSED
{
- File = "bmp/fldclose.bmp" ;
+ File = "bmp/fldclose.png" ;
};
Bitmap BMP_FOLDER_OPENED
{
- File = "bmp/fldopen.bmp" ;
+ File = "bmp/fldopen.png" ;
};
Bitmap BMP_DOCUMENT
{
- File = "bmp/document.bmp" ;
+ File = "bmp/document.png" ;
};
Bitmap BMP_LINK
{
- File = "bmp/link.bmp" ;
+ File = "bmp/link.png" ;
};
*/