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/fr | |
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/fr')
-rw-r--r-- | doc/fr/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/autogen/user/weechat_options.txt b/doc/fr/autogen/user/weechat_options.txt index 825c17f91..33e7c5204 100644 --- a/doc/fr/autogen/user/weechat_options.txt +++ b/doc/fr/autogen/user/weechat_options.txt @@ -571,7 +571,7 @@ * [[option_weechat.look.hotlist_names_count]] *weechat.look.hotlist_names_count* ** description: `nombre maximum de noms dans la liste d'activité (0 = pas de nom affiché, seulement les numéros de tampons)` ** type: entier -** valeurs: 0 .. 32 (valeur par défaut: `3`) +** valeurs: 0 .. 10000 (valeur par défaut: `3`) * [[option_weechat.look.hotlist_names_length]] *weechat.look.hotlist_names_length* ** description: `nombre maximum des noms dans la liste d'activité (0 = pas de limite)` |