1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 08:43:13 +02:00

Add missing fifo sources for translations

This commit is contained in:
Sebastien Helleu
2008-09-02 17:30:41 +02:00
parent e7dcf13764
commit 95b636c24c
10 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -53,6 +53,6 @@ void
fifo_info_init ()
{
/* fifo info hooks */
weechat_hook_info ("fifo_filename", N_("fifo filename"),
weechat_hook_info ("fifo_filename", N_("name of FIFO pipe"),
&fifo_info_get_info_cb, NULL);
}