[gnome-builder] workbench: add some tooltip-text properties.
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] workbench: add some tooltip-text properties.
- Date: Thu, 25 Sep 2014 22:58:18 +0000 (UTC)
commit 8aad5dcb8a76dfe5456d94d9c87dd9b41986f1b9
Author: Christian Hergert <christian hergert me>
Date: Thu Sep 25 15:58:01 2014 -0700
workbench: add some tooltip-text properties.
src/resources/ui/gb-workbench.ui | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/ui/gb-workbench.ui b/src/resources/ui/gb-workbench.ui
index 1094bd3..242cbad 100644
--- a/src/resources/ui/gb-workbench.ui
+++ b/src/resources/ui/gb-workbench.ui
@@ -19,6 +19,7 @@
<object class="GtkButton" id="back_button">
<property name="action-name">win.go-backward</property>
<property name="visible">True</property>
+ <property name="tooltip-text" translatable="yes">Go back in history</property>
<style>
<class name="image-button"/>
</style>
@@ -38,6 +39,7 @@
</style>
<property name="action-name">win.go-forward</property>
<property name="visible">True</property>
+ <property name="tooltip-text" translatable="yes">Go forward in history</property>
<child>
<object class="GtkImage" id="next_buton_image">
<property name="visible">True</property>
@@ -53,6 +55,7 @@
<object class="GtkButton" id="new_tab">
<property name="visible">True</property>
<property name="action_name">workbench.new-tab</property>
+ <property name="tooltip-text" translatable="yes">Open new tab</property>
<style>
<class name="image-button"/>
</style>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]