This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push:
new 84b4bdaee3 Rename BMP_EXAMPLE, TODO: Find a better graphic than a dog
84b4bdaee3 is described below
commit 84b4bdaee37da5362faa6f98e38c87b4f3d74d1a
Author: mseidel <[email protected]>
AuthorDate: Fri May 5 19:48:00 2023 +0200
Rename BMP_EXAMPLE, TODO: Find a better graphic than a dog
(cherry picked from commit 9a8e588e4cea992e5d63db3d9b2c53b664b2758b)
---
.../default_images/sw/res/{dog.png => example.png} | Bin
.../sw/res/{dog_h.png => example_h.png} | Bin
.../classic/classic_images.tar.gz | Bin 1876054 -> 1876048
bytes
main/sw/source/ui/frmdlg/frmpage.src | 4 ++--
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/default_images/sw/res/dog.png
b/main/default_images/sw/res/example.png
similarity index 100%
rename from main/default_images/sw/res/dog.png
rename to main/default_images/sw/res/example.png
diff --git a/main/default_images/sw/res/dog_h.png
b/main/default_images/sw/res/example_h.png
similarity index 100%
rename from main/default_images/sw/res/dog_h.png
rename to main/default_images/sw/res/example_h.png
diff --git a/main/ooo_custom_images/classic/classic_images.tar.gz
b/main/ooo_custom_images/classic/classic_images.tar.gz
index b33deaf25a..ba7faec334 100644
Binary files a/main/ooo_custom_images/classic/classic_images.tar.gz and
b/main/ooo_custom_images/classic/classic_images.tar.gz differ
diff --git a/main/sw/source/ui/frmdlg/frmpage.src
b/main/sw/source/ui/frmdlg/frmpage.src
index 1506a4d3e3..714632d84f 100644
--- a/main/sw/source/ui/frmdlg/frmpage.src
+++ b/main/sw/source/ui/frmdlg/frmpage.src
@@ -588,11 +588,11 @@ TabPage TP_GRF_EXT
Size = MAP_APPFONT ( 260, 185 ) ;
Bitmap BMP_EXAMPLE
{
- File = "dog.png" ;
+ File = "example.png" ;
};
Bitmap BMP_EXAMPLE_HC
{
- File = "dog_h.png" ;
+ File = "example_h.png" ;
};
FixedLine FL_CONNECT
{