tdf#153167 Re-add ImageMap Editor dialog title again

Essentially reapply

    commit 66291d467b
    Date:   Mon Jan 23 12:15:50 2023 -0600

        tdf#153167 ImageMap Editor dialog had no title

after it has been reverted in

    commit a90ef17809
    Date:   Tue Jan 24 08:36:48 2023 +0000

        Revert "tdf#153167 ImageMap Editor dialog had no title"

        This reverts commit 66291d467b.

        Reason for revert: didn't wait for jenkins and broke the build
        translatable strings need context attribute.

, but this time add the required context attribute
as well, as it used to be before

    commit 8a35ae3e6c
    Date:   Thu May 16 15:17:38 2019 +0100

        weld SvxIMapDlg

Co-authored-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Change-Id: Id777e457fe144b0f0746cfc19e7e13e6db7a89a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148914
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
Michael Weghorn 2023-03-15 11:09:42 +01:00 committed by Adolfo Jayme Barrientos
parent 5377a98c2c
commit 1aeacf54bf

View file

@ -5,6 +5,7 @@
<object class="GtkDialog" id="ImapDialog">
<property name="can-focus">False</property>
<property name="border-width">6</property>
<property name="title" translatable="yes" context="imapdialog|ImapDialog">ImageMap Editor</property>
<property name="default-width">0</property>
<property name="default-height">0</property>
<property name="type-hint">dialog</property>