diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2021-04-13 08:48:32 +0300 |
---|---|---|
committer | Gülşah Köse <gulsah.kose@collabora.com> | 2021-04-16 00:00:53 +0200 |
commit | a809b2ab2553e946431699d9d7ac3f6209cbdd6b (patch) | |
tree | a3c83fd17d911e42540bd7591ebf3b0129e07fea /sw/uiconfig | |
parent | 7078976fd18f84af72a6663c3cb115cb5b74e71f (diff) |
tdf#139906 Add an option to change data source from mail merge wizard dialog.
Change-Id: I52dfd9be82813a1b01c725eab97a7534ae9a05d2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114079
Tested-by: Jenkins
Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/mmselectpage.ui | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/sw/uiconfig/swriter/ui/mmselectpage.ui b/sw/uiconfig/swriter/ui/mmselectpage.ui index ee125d0e4af6..cb8b5dae430c 100644 --- a/sw/uiconfig/swriter/ui/mmselectpage.ui +++ b/sw/uiconfig/swriter/ui/mmselectpage.ui @@ -23,6 +23,7 @@ <property name="row_spacing">6</property> <property name="margin-start">12</property> <property name="margin-top">6</property> + <child> <object class="GtkRadioButton" id="currentdoc"> <property name="label" translatable="yes" context="mmselectpage|currentdoc">Use the current _document</property> @@ -60,7 +61,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">3</property> </packing> </child> <child> @@ -81,7 +82,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">2</property> + <property name="top_attach">4</property> </packing> </child> <child> @@ -102,7 +103,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">4</property> + <property name="top_attach">6</property> </packing> </child> <child> @@ -122,7 +123,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">6</property> + <property name="top_attach">8</property> </packing> </child> <child> @@ -138,7 +139,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">7</property> + <property name="top_attach">9</property> </packing> </child> <child> @@ -158,7 +159,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">3</property> + <property name="top_attach">5</property> </packing> </child> <child> @@ -178,7 +179,7 @@ </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">5</property> + <property name="top_attach">7</property> </packing> </child> <child> @@ -186,14 +187,29 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="halign">start</property> - <property name="label" translatable="yes" context="mmselectpage|extended_tip|datasourcewarning">Data source of the current document is not registered.</property> + <property name="margin-start">18</property> + <property name="label" translatable="yes" context="mmselectpage|extended_tip|datasourcewarning">Data source of the current document is not registered. Please exchange database.</property> <attributes> <attribute name="foreground" value="#cccc00000000"/> </attributes> </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">8</property> + <property name="top_attach">1</property> + </packing> + </child> + <child> + <object class="GtkButton" id="exchangedatabase"> + <property name="label" translatable="yes" context="mmselectpage|extended_tip|exchangedatabase">Exchange Database...</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="halign">start</property> + <property name="margin-start">18</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">2</property> </packing> </child> </object> |