diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2019-04-03 18:16:01 +0200 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2019-04-04 10:54:31 +0200 |
commit | d186417395b29a5404aed3f819dd81aa92385f20 (patch) | |
tree | 15a375285ce3cb614fcd0ff8c41e03e78d7f772d /svtools/uiconfig | |
parent | c371d8ba8960e7830027d4d8d9155bab94722952 (diff) |
tdf#124323: show restart dialog when toggling multi-threaded...
calculation
Change-Id: I853ae21d4c085488232a375ef42480453c01880b
Reviewed-on: https://gerrit.libreoffice.org/70210
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'svtools/uiconfig')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index 5962da9940bc..6db5793a260b 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -244,6 +244,21 @@ </packing> </child> <child> + <object class="GtkLabel" id="reason_threading"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="label" translatable="yes" context="restartdialog|reason_threading">For the multi-threaded calculation changes to take effect, %PRODUCTNAME must be restarted.</property> + <property name="wrap">True</property> + <property name="max_width_chars">50</property> + <property name="xalign">0</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">12</property> + </packing> + </child> + <child> <object class="GtkLabel" id="reason_mscompatible_formsmenu"> <property name="can_focus">False</property> <property name="no_show_all">True</property> @@ -255,7 +270,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">12</property> + <property name="position">13</property> </packing> </child> <child> @@ -269,7 +284,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">13</property> + <property name="position">14</property> </packing> </child> </object> |