include/vcl/tabs.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2a388d6f21e63860bcc20fb41f778af97c9e1357 Author: Heiko Tietze <[email protected]> AuthorDate: Fri Sep 12 15:51:13 2025 +0200 Commit: Heiko Tietze <[email protected]> CommitDate: Fri Sep 12 20:39:59 2025 +0200 Resolves tdf#167964 - Wrong icon for "Events" in customize dialog Change-Id: I99475b9e339be972fd33eff5dd86da8a1b7011a3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190890 Reviewed-by: Heiko Tietze <[email protected]> Tested-by: Jenkins diff --git a/include/vcl/tabs.hrc b/include/vcl/tabs.hrc index 40216b350510..a0881de858a3 100644 --- a/include/vcl/tabs.hrc +++ b/include/vcl/tabs.hrc @@ -149,7 +149,7 @@ inline constexpr TabData RID_TAB_TOOLBARS{ NC_("RID_TAB_TOOLBARS", "Toolbars"), inline constexpr TabData RID_TAB_NOTEBOOKBARS{ NC_("RID_TAB_NOTEBOOKBARS", "Notebookbars"), u"toggletabbarvisibility.png"_ustr }; inline constexpr TabData RID_TAB_CONTEXTMENUS{ NC_("RID_TAB_CONTEXTMENUS", "Context Menus"), u"listbox.png"_ustr }; inline constexpr TabData RID_TAB_KEYBOARD{ NC_("RID_TAB_KEYBOARD", "Keyboard"), u"underline.png"_ustr }; -inline constexpr TabData RID_TAB_EVENTS{ NC_("RID_TAB_EVENTS", "Events"), u"closedoc.png"_ustr }; +inline constexpr TabData RID_TAB_EVENTS{ NC_("RID_TAB_EVENTS", "Events"), u"choosemacro.png"_ustr }; // ui mode inline constexpr TabData RID_TAB_UIMODE{ NC_("RID_TAB_UIMODE", "UI Mode"), u"toggletabbarvisibility.png"_ustr }; // envelope
