include/vcl/tabs.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 61778e24a20c4e335a6867c7748918a1906e6f1d
Author:     Heiko Tietze <[email protected]>
AuthorDate: Fri Sep 12 15:48:33 2025 +0200
Commit:     Heiko Tietze <[email protected]>
CommitDate: Fri Sep 12 18:06:29 2025 +0200

    Resolves tdf#167968 - Wrong icon for "Indents" in section dialog
    
    Change-Id: Ie2027436477bf49bb7e7485d84eca2b770234c7f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190887
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <[email protected]>

diff --git a/include/vcl/tabs.hrc b/include/vcl/tabs.hrc
index d41ab86ebce2..40216b350510 100644
--- a/include/vcl/tabs.hrc
+++ b/include/vcl/tabs.hrc
@@ -75,7 +75,7 @@ inline constexpr TabData RID_TAB_MACRO{ NC_("RID_TAB_MACRO", 
"Macro"), u"choosem
 // section
 inline constexpr TabData RID_TAB_SECTION{ NC_("RID_TAB_SECTION", "Section"), 
u"protectfields.png"_ustr };
 inline constexpr TabData RID_TAB_FOOTENDNOTES{ NC_("RID_TAB_FOOTENDNOTES", 
"Footnotes/Endnotes"), u"footnotedialog.png"_ustr };
-inline constexpr TabData RID_TAB_INDENTSONLY{ NC_("RID_TAB_INDENTS", 
"Indents"), u"paraspaceincrease.png"_ustr };
+inline constexpr TabData RID_TAB_INDENTSONLY{ NC_("RID_TAB_INDENTS", 
"Indents"), u"incrementindent.png"_ustr };
 // ToC
 inline constexpr TabData RID_TAB_TOCTYPE{ NC_("RID_TAB_TOCTYPE", "Type"), 
u"insertindexesentry.png"_ustr };
 inline constexpr TabData RID_TAB_TOCENTRIES{ NC_("RID_TAB_TOCENTRIES", 
"Entries"), u"updatecurindex.png"_ustr };

Reply via email to