diff options
author | jtellier <jtellier@Jospin.localdomain> | 2009-05-12 01:57:32 +0800 |
---|---|---|
committer | jtellier <jonathan.tellier@collabora.co.uk> | 2009-05-12 23:45:50 +0800 |
commit | 5bbe4a3b2586f04a855c1aaf5d58b09921adac4b (patch) | |
tree | 85ee041870687547dd7e8eb88a536f2e7aa7255d /src/empathy-call-window-fullscreen.ui | |
parent | bb9f071a1edf595f89ce23b9d3cfb0955c89ab1d (diff) | |
download | gsoc2013-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.ui | 2 |
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> |