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/pl | |
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/pl')
-rw-r--r-- | doc/pl/autogen/user/weechat_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pl/autogen/user/weechat_options.txt b/doc/pl/autogen/user/weechat_options.txt index 6f5e060b2..b6e574d35 100644 --- a/doc/pl/autogen/user/weechat_options.txt +++ b/doc/pl/autogen/user/weechat_options.txt @@ -571,7 +571,7 @@ * [[option_weechat.look.hotlist_names_count]] *weechat.look.hotlist_names_count* ** opis: `maksymalna ilość nazw w hotliście (0 = żadna nazwa nie zostanie wyświetlona, tylko numery buforów)` ** typ: liczba -** wartości: 0 .. 32 (domyślna wartość: `3`) +** wartości: 0 .. 10000 (domyślna wartość: `3`) * [[option_weechat.look.hotlist_names_length]] *weechat.look.hotlist_names_length* ** opis: `maksymalna długość nazwy w hotliście (0 = brak limitu)` |