1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 04:46:37 +02:00

Add missing API functions in doc (infolists and upgrade), move infos and infolists from user guide to developer guide

This commit is contained in:
Sebastien Helleu
2009-04-14 00:03:18 +02:00
parent 92b96dee1b
commit 546d3afd01
72 changed files with 3678 additions and 10818 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ script_init (struct t_weechat_plugin *weechat_plugin,
callback_completion, NULL);
snprintf (infolist_description, sizeof (infolist_description),
/* TRANSLATORS: %s is language (for example "perl") */
_("list of %s scripts"), weechat_plugin->name);
N_("list of %s scripts"), weechat_plugin->name);
weechat_hook_infolist (string, infolist_description,
callback_infolist, NULL);
free (string);