diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-08-02 21:04:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-08-02 21:04:44 +0100 |
commit | 4e8bc5462a01818f0f9c92a09f1bdc68821187f4 (patch) | |
tree | 77d6ba35c07a89bcb0002ce644a363f86cd4d772 /svtools/uiconfig/ui/restartdialog.ui | |
parent | 40c889105ff758ae09c7d9f423fbc3b85d5e2a53 (diff) |
Related: tdf#101196 prompt to restart after OpenGL config changes
Change-Id: If0ade12ed4cf360bdac8cfbec7bb09c9a640fc6d
Diffstat (limited to 'svtools/uiconfig/ui/restartdialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index c9765e71042a..3edc5ccba028 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -211,6 +211,21 @@ </packing> </child> <child> + <object class="GtkLabel" id="reason_opengl"> + <property name="can_focus">False</property> + <property name="no_show_all">True</property> + <property name="label" translatable="yes">For the OpenGL 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">10</property> + </packing> + </child> + <child> <object class="GtkLabel" id="label"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -221,7 +236,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">10</property> + <property name="position">11</property> </packing> </child> </object> |