mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
fix accidental name change of run_command_terminal. Closes #557943.
* src/include/screen-bindings.h: fix accidental name change of run_command_terminal. Closes #557943. svn path=/trunk/; revision=4008
This commit is contained in:
@ -247,7 +247,7 @@ keybind (run_command_screenshot, handle_run_command, 32, 0, "Print",
|
||||
keybind (run_command_window_screenshot, handle_run_command, 33, 0,"<Alt>Print",
|
||||
_("Take a screenshot of a window"))
|
||||
|
||||
keybind (run_terminal, handle_run_terminal, 0, 0, NULL, _("Run a terminal"))
|
||||
keybind (run_command_terminal, handle_run_terminal, 0, 0, NULL, _("Run a terminal"))
|
||||
|
||||
/* No description because this is undocumented */
|
||||
keybind (set_spew_mark, handle_set_spew_mark, 0, 0, NULL, NULL)
|
||||
|
Reference in New Issue
Block a user