This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch Pilot-Pirx-mozab
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/Pilot-Pirx-mozab by this push:
     new d937cdbf68 Fix error
d937cdbf68 is described below

commit d937cdbf6884dd6d33d573a4e6a56cd5b028a38e
Author: mseidel <[email protected]>
AuthorDate: Fri Aug 22 15:52:52 2025 +0200

    Fix error
---
 main/extensions/source/abpilot/abspilot.cxx | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main/extensions/source/abpilot/abspilot.cxx 
b/main/extensions/source/abpilot/abspilot.cxx
index af8b1ce045..dba0ce86f5 100644
--- a/main/extensions/source/abpilot/abspilot.cxx
+++ b/main/extensions/source/abpilot/abspilot.cxx
@@ -112,6 +112,8 @@ namespace abp
                m_aSettings.eType = AST_MACAB;
 #elif WITH_MOZILLA
 #ifdef UNX
+               m_aSettings.eType = AST_THUNDERBIRD;
+#else
                m_aSettings.eType = AST_OE;
 #endif
 #else

Reply via email to