diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-16 23:09:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-16 23:09:44 +0100 |
commit | 110f558629b66c02a6e64976149e4ad2f353654b (patch) | |
tree | 2e2088bcd51e71b894633e76f5860aa6739ef37e /doc/it/autogen | |
parent | 22cb023254090df94e4f6aa30388d49a438c6d40 (diff) | |
download | weechat-110f558629b66c02a6e64976149e4ad2f353654b.zip |
core: set max value for option weechat.look.hotlist_names_count to GUI_BUFFERS_MAX (10000)
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index 353321c3a..ed911e131 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -571,7 +571,7 @@ * [[option_weechat.look.hotlist_names_count]] *weechat.look.hotlist_names_count* ** descrizione: `numero massimo di nomi nella hotlist (0 = nessun nome visualizzato, solo numeri dei buffer)` ** tipo: intero -** valori: 0 .. 32 (valore predefinito: `3`) +** valori: 0 .. 10000 (valore predefinito: `3`) * [[option_weechat.look.hotlist_names_length]] *weechat.look.hotlist_names_length* ** descrizione: `lunghezza massima dei nomi nella hotlist (0 = nessun limite)` |