fix move_to_corner_se

* src/include/all-keybindings.h: fix move_to_corner_se


svn path=/trunk/; revision=4061
This commit is contained in:
Thomas James Alexander Thurman 2008-12-24 06:03:56 +00:00
parent 01027006a7
commit b81c7c48d5
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-12-24 Thomas Thurman <tthurman@gnome.org>
* src/include/all-keybindings.h: fix move_to_corner_se
2008-12-21 Colin Walters <walters@verbum.org>
* src/core/window.c: windows which attempt to present themselves

View File

@ -362,7 +362,7 @@ keybind (move_to_corner_ne, handle_move_to_corner_ne, 0,
keybind (move_to_corner_sw, handle_move_to_corner_sw, 0,
BINDING_PER_WINDOW, NULL,
_("Move window to south-west (bottom left) corner"))
keybind (move_to_corner_nw, handle_move_to_corner_se, 0,
keybind (move_to_corner_se, handle_move_to_corner_se, 0,
BINDING_PER_WINDOW, NULL,
_("Move window to south-east (bottom right) corner"))