[cheese] add tooltips to the buttons, which do not feature a label
- From: Daniel G. Siegel <dgsiegel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [cheese] add tooltips to the buttons, which do not feature a label
- Date: Mon, 3 Aug 2009 20:13:17 +0000 (UTC)
commit 35180e6a47c2e4ae4b691fba287a1c535e3cb941
Author: daniel g. siegel <dgsiegel gnome org>
Date: Mon Aug 3 22:12:37 2009 +0200
add tooltips to the buttons, which do not feature a label
data/cheese.glade | 3 +++
data/cheese.ui | 3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/data/cheese.glade b/data/cheese.glade
index 66555e5..1fcf811 100644
--- a/data/cheese.glade
+++ b/data/cheese.glade
@@ -154,6 +154,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="tooltip" translatable="yes">Switch to Photo Mode</property>
<child>
<widget class="GtkAlignment" id="alignment4">
<property name="visible">True</property>
@@ -180,6 +181,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="tooltip" translatable="yes">Switch to Video Mode</property>
<child>
<widget class="GtkAlignment" id="alignment5">
<property name="visible">True</property>
@@ -206,6 +208,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="tooltip" translatable="yes">Switch to Burst Mode</property>
<child>
<widget class="GtkAlignment" id="alignment12">
<property name="visible">True</property>
diff --git a/data/cheese.ui b/data/cheese.ui
index 2b17a8f..9564c28 100644
--- a/data/cheese.ui
+++ b/data/cheese.ui
@@ -136,6 +136,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="tooltip-text" translatable="yes">Switch to Photo Mode</property>
<child>
<object class="GtkAlignment" id="alignment4">
<property name="visible">True</property>
@@ -162,6 +163,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="tooltip-text" translatable="yes">Switch to Video Mode</property>
<child>
<object class="GtkAlignment" id="alignment5">
<property name="visible">True</property>
@@ -188,6 +190,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+ <property name="tooltip-text" translatable="yes">Switch to Burst Mode</property>
<child>
<object class="GtkAlignment" id="alignment12">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]