diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2016-12-12 11:41:56 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2016-12-12 11:43:40 +0000 |
commit | 079a57802576eb84cc0d26b1d708a727c6b18a2a (patch) | |
tree | 365ebabca6e0a3e0ed6b5b1362cf557dda498a07 /cui/uiconfig | |
parent | 01afbf12788b070b90eb306d86ea2870857a1328 (diff) |
Revert "tdf#103654: Make git hash clickable in the About dialog"
This reverts commit cc02097495f95967f8f06c364dfa6a8949132868.
Need to improve the solution here a little I think.
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/aboutdialog.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/aboutdialog.ui b/cui/uiconfig/ui/aboutdialog.ui index 8e887ebd8ed3..d313cac4ef73 100644 --- a/cui/uiconfig/ui/aboutdialog.ui +++ b/cui/uiconfig/ui/aboutdialog.ui @@ -2,6 +2,9 @@ <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> + <object class="GtkTextBuffer" id="textbuffer1"> + <property name="text" translatable="yes">Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX</property> + </object> <object class="GtkDialog" id="AboutDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -144,7 +147,7 @@ </packing> </child> <child> - <object class="GtkLinkButton" id="version"> + <object class="GtkTextView" id="version"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> @@ -152,7 +155,7 @@ <property name="wrap_mode">word</property> <property name="justification">center</property> <property name="cursor_visible">False</property> - <property name="label" translatable="yes">Version: %ABOUTBOXPRODUCTVERSION%ABOUTBOXPRODUCTVERSIONSUFFIX</property> + <property name="buffer">textbuffer1</property> </object> <packing> <property name="left_attach">0</property> |