mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
core: rename info_hashtable "gui_focus_info" to "focus_info" (issue #1257)
This commit is contained in:
@@ -1862,11 +1862,11 @@ plugin_api_info_init ()
|
||||
|
||||
/* WeeChat core info_hashtable hooks */
|
||||
hook_info_hashtable (NULL,
|
||||
"gui_focus_info",
|
||||
"focus_info",
|
||||
N_("get focus info"),
|
||||
/* TRANSLATORS: please do not translate key names (enclosed by quotes) */
|
||||
N_("\"x\": x coordinate, \"y\": y coordinate"),
|
||||
N_("see hook_focus"),
|
||||
N_("see hook_focus in Plugin API reference"),
|
||||
&gui_focus_info_hashtable_gui_focus_info_cb, NULL, NULL);
|
||||
|
||||
/* WeeChat core infolist hooks */
|
||||
|
||||
Reference in New Issue
Block a user