1
0
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:
Sébastien Helleu
2020-05-16 14:23:18 +02:00
parent a3747fefcd
commit aa86d82796
+2 -2
View File
@@ -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 */