aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-window-fullscreen.ui
diff options
context:
space:
mode:
authorjtellier <jtellier@Jospin.localdomain>2009-05-12 01:57:32 +0800
committerjtellier <jonathan.tellier@collabora.co.uk>2009-05-12 23:45:50 +0800
commit5bbe4a3b2586f04a855c1aaf5d58b09921adac4b (patch)
tree85ee041870687547dd7e8eb88a536f2e7aa7255d /src/empathy-call-window-fullscreen.ui
parentbb9f071a1edf595f89ce23b9d3cfb0955c89ab1d (diff)
downloadgsoc2013-empathy-5bbe4a3b2586f04a855c1aaf5d58b09921adac4b.tar
gsoc2013-empathy-5bbe4a3b2586f04a855c1aaf5d58b09921adac4b.tar.gz
gsoc2013-empathy-5bbe4a3b2586f04a855c1aaf5d58b09921adac4b.tar.bz2
gsoc2013-empathy-5bbe4a3b2586f04a855c1aaf5d58b09921adac4b.tar.lz
gsoc2013-empathy-5bbe4a3b2586f04a855c1aaf5d58b09921adac4b.tar.xz
gsoc2013-empathy-5bbe4a3b2586f04a855c1aaf5d58b09921adac4b.tar.zst
gsoc2013-empathy-5bbe4a3b2586f04a855c1aaf5d58b09921adac4b.zip
Usability fix: The "Leave Fullscreen" button is now using the
"gtk-leave-fullscreen" stock id instead of "gtk-fullscreen".
Diffstat (limited to 'src/empathy-call-window-fullscreen.ui')
-rw-r--r--src/empathy-call-window-fullscreen.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-call-window-fullscreen.ui b/src/empathy-call-window-fullscreen.ui
index 90ac333d7..5bf5e509b 100644
--- a/src/empathy-call-window-fullscreen.ui
+++ b/src/empathy-call-window-fullscreen.ui
@@ -12,7 +12,7 @@
<signal name="motion_notify_event" handler="empathy_call_window_fullscreen_motion_notify_cb"/>
<child>
<object class="GtkButton" id="leave_fullscreen_button">
- <property name="label" translatable="yes">gtk-fullscreen</property>
+ <property name="label" translatable="yes">gtk-leave-fullscreen</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>