sfx2/source/doc/templatedlg.cxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9ba11eb2a4c6c18fc265ad51813d9aea57671c1a
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Dec 18 13:16:18 2020 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Dec 18 21:31:51 2020 +0100

    Delete Category dialog includes '~' text in the titlebar
    
    Change-Id: I8581e5219ffc690e686a0d563463c19b682ea04b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107967
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index fcf651bafb05..f7d6a1d72210 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -34,6 +34,7 @@
 #include <unotools/pathoptions.hxx>
 #include <unotools/viewoptions.hxx>
 #include <vcl/event.hxx>
+#include <vcl/mnemonic.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/weld.hxx>
 
@@ -1200,7 +1201,7 @@ void SfxTemplateManagerDlg::OnCategoryDelete()
     SfxTemplateCategoryDialog aDlg(m_xDialog.get());
     aDlg.SetCategoryLBEntries(mxLocalView->getFolderNames());
     aDlg.HideNewCategoryOption();
-    aDlg.set_title(SfxResId(STR_CATEGORY_DELETE));
+    
aDlg.set_title(MnemonicGenerator::EraseAllMnemonicChars(SfxResId(STR_CATEGORY_DELETE)));
     aDlg.SetSelectLabelText(SfxResId(STR_CATEGORY_SELECT));
 
     if (aDlg.run() == RET_OK)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to