This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO41X by this push:
new f4d55c7c2e Fix error in ODK
f4d55c7c2e is described below
commit f4d55c7c2eb801a917137c9500479684c7a98fce
Author: mseidel <[email protected]>
AuthorDate: Sun Sep 14 02:45:23 2025 +0200
Fix error in ODK
---
main/odk/pack/copying/makefile.mk | 2 +-
main/odk/util/check.pl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/odk/pack/copying/makefile.mk
b/main/odk/pack/copying/makefile.mk
index 60dc4af038..124146cd77 100644
--- a/main/odk/pack/copying/makefile.mk
+++ b/main/odk/pack/copying/makefile.mk
@@ -130,7 +130,7 @@ DOCUFILES= \
$(DESTDIRDOCUIMAGES)/arrow-2.gif \
$(DESTDIRDOCUIMAGES)/bluball.gif \
$(DESTDIRDOCUIMAGES)/ooo-main-app_32.png \
- $(DESTDIRDOCUIMAGES)/odk-footer-logo.gif \
+ $(DESTDIRDOCUIMAGES)/odk-footer-logo.png \
$(DESTDIRDOCUIMAGES)/arrow-1.gif \
$(DESTDIRDOCUIMAGES)/arrow-3.gif \
$(DESTDIRDOCUIMAGES)/bg_table.png \
diff --git a/main/odk/util/check.pl b/main/odk/util/check.pl
index 085f28097d..67668d1dc2 100644
--- a/main/odk/util/check.pl
+++ b/main/odk/util/check.pl
@@ -80,7 +80,7 @@ if (-d "$StartDir") {
my @filelist = ( "install.html",
"notsupported.html","sdk_styles.css","tools.html",
"images/arrow-1.gif", "images/arrow-3.gif",
- "images/odk-footer-logo.gif",
+ "images/odk-footer-logo.png",
"images/bg_table.png","images/bg_table2.png",
"images/bg_table3.png", "images/nav_down.png",
"images/nav_home.png","images/nav_left.png",