diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-30 19:33:45 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-11-30 19:33:45 +0800 |
commit | 75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0 (patch) | |
tree | f565f5d158da84f62841190db340ed63ac6c9a87 /src | |
parent | 3d8a5d2b45d490142b021b43fb4ef1b232ed7910 (diff) | |
download | gsoc2013-empathy-75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0.tar gsoc2013-empathy-75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0.tar.gz gsoc2013-empathy-75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0.tar.bz2 gsoc2013-empathy-75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0.tar.lz gsoc2013-empathy-75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0.tar.xz gsoc2013-empathy-75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0.tar.zst gsoc2013-empathy-75bbe2b4d9e2dfbc0706fcad8bc77cae2579dfa0.zip |
add tooltips on the camera buttons
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-window.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-call-window.ui b/src/empathy-call-window.ui index 59c148229..94d2fba83 100644 --- a/src/empathy-call-window.ui +++ b/src/empathy-call-window.ui @@ -164,6 +164,7 @@ <property name="visible">True</property> <property name="label" translatable="yes">Camera Off</property> <property name="sensitive">True</property> + <property name="tooltip_text" translatable="yes">Disable camera and stop sending video</property> </object> <packing> <property name="homogeneous">True</property> @@ -175,6 +176,7 @@ <property name="label" translatable="yes">Preview</property> <property name="icon_name">stock_person</property> <property name="sensitive">True</property> + <property name="tooltip_text" translatable="yes">Enable camera but don't send video</property> </object> <packing> <property name="homogeneous">True</property> @@ -186,6 +188,7 @@ <property name="label" translatable="yes">Camera On</property> <property name="icon_name">camera-web</property> <property name="sensitive">False</property> + <property name="tooltip_text" translatable="yes">Enable camera and send video</property> </object> <packing> <property name="homogeneous">True</property> |