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
commit 79697f1a72010286ee4d7c181b723c168f8b75b0 Author: mseidel <msei...@apache.org> AuthorDate: Sun Jan 28 15:49:59 2024 +0100 Small change to internal naming (cherry picked from commit 9356349644cb0bc3ccc99d6f6d5e541c9a4451ba) --- main/instsetoo_native/util/openoffice.lst | 12 ++++++------ .../source/win32/nsis/{ooosetup.ico => aoosetup.ico} | Bin 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/main/instsetoo_native/util/openoffice.lst b/main/instsetoo_native/util/openoffice.lst index c74888c694..886e068b20 100644 --- a/main/instsetoo_native/util/openoffice.lst +++ b/main/instsetoo_native/util/openoffice.lst @@ -94,7 +94,7 @@ Apache_OpenOffice PATCHCODEFILE ooo_patchcodes.txt DOWNLOADBANNER ooobanner.bmp DOWNLOADBITMAP ooobitmap.bmp - DOWNLOADSETUPICO ooosetup.ico + DOWNLOADSETUPICO aoosetup.ico RELATIVE_PATHES_IN_DDF 1 STARTCENTER_ADDFEATURE_URL https://extensions.openoffice.org/ STARTCENTER_INFO_URL https://www.openoffice.org @@ -162,7 +162,7 @@ Apache_OpenOffice_Dev CODEFILENAME codes_ooodev.txt DOWNLOADBANNER ooobanner.bmp DOWNLOADBITMAP ooobitmap.bmp - DOWNLOADSETUPICO ooosetup.ico + DOWNLOADSETUPICO aoosetup.ico LOCALUSERDIR $ORIGIN/.. RELATIVE_PATHES_IN_DDF 1 STARTCENTER_ADDFEATURE_URL https://extensions.openoffice.org/ @@ -213,7 +213,7 @@ Apache_OpenOffice_SDK CHANGETARGETDIR 1 DOWNLOADBANNER ooosdkbanner.bmp DOWNLOADBITMAP ooosdkbitmap.bmp - DOWNLOADSETUPICO ooosetup.ico + DOWNLOADSETUPICO aoosetup.ico DONTUSESTARTMENUFOLDER 1 RELATIVE_PATHES_IN_DDF 1 AOODOWNLOADNAMEPREFIX Apache_OpenOffice-SDK @@ -260,7 +260,7 @@ Apache_OpenOffice_Beta_SDK CHANGETARGETDIR 1 DOWNLOADBANNER ooosdkbanner.bmp DOWNLOADBITMAP ooosdkbitmap.bmp - DOWNLOADSETUPICO ooosetup.ico + DOWNLOADSETUPICO aoosetup.ico DONTUSESTARTMENUFOLDER 1 RELATIVE_PATHES_IN_DDF 1 AOODOWNLOADNAMEPREFIX Apache_OpenOffice_Beta-SDK @@ -315,7 +315,7 @@ Apache_OpenOffice_Dev_SDK CHANGETARGETDIR 1 DOWNLOADBANNER ooosdkbanner.bmp DOWNLOADBITMAP ooosdkbitmap.bmp - DOWNLOADSETUPICO ooosetup.ico + DOWNLOADSETUPICO aoosetup.ico DONTUSESTARTMENUFOLDER 1 RELATIVE_PATHES_IN_DDF 1 AOODOWNLOADNAMEPREFIX Apache_OpenOffice_Dev-SDK @@ -375,7 +375,7 @@ Apache_OpenOffice_Beta PATCHCODEFILE ooo_patchcodes.txt DOWNLOADBANNER ooobanner.bmp DOWNLOADBITMAP ooobitmap.bmp - DOWNLOADSETUPICO ooosetup.ico + DOWNLOADSETUPICO aoosetup.ico RELATIVE_PATHES_IN_DDF 1 STARTCENTER_ADDFEATURE_URL https://extensions.openoffice.org/ STARTCENTER_INFO_URL https://www.openoffice.org diff --git a/main/setup_native/source/win32/nsis/ooosetup.ico b/main/setup_native/source/win32/nsis/aoosetup.ico similarity index 100% rename from main/setup_native/source/win32/nsis/ooosetup.ico rename to main/setup_native/source/win32/nsis/aoosetup.ico