summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/de/autogen/user/weechat_options.txt2
-rw-r--r--doc/en/autogen/user/weechat_options.txt2
-rw-r--r--doc/fr/autogen/user/weechat_options.txt2
-rw-r--r--doc/it/autogen/user/weechat_options.txt2
-rw-r--r--doc/ja/autogen/user/weechat_options.txt2
-rw-r--r--doc/pl/autogen/user/weechat_options.txt2
-rw-r--r--src/core/wee-config.c6
7 files changed, 9 insertions, 9 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt
index 61dc15a21..f7ae7f0f2 100644
--- a/doc/de/autogen/user/weechat_options.txt
+++ b/doc/de/autogen/user/weechat_options.txt
@@ -571,7 +571,7 @@
* [[option_weechat.look.hotlist_names_count]] *weechat.look.hotlist_names_count*
** Beschreibung: `maximale Anzahl an Namen in der Hotlist (0 = es werden keine Namen angezeigt, sondern nur die entsprechenden Nummern der Buffer)`
** Typ: integer
-** Werte: 0 .. 32 (Standardwert: `3`)
+** Werte: 0 .. 10000 (Standardwert: `3`)
* [[option_weechat.look.hotlist_names_length]] *weechat.look.hotlist_names_length*
** Beschreibung: `maximale Länge der Namen in der Hotlist (0: kein Limitierung)`
diff --git a/doc/en/autogen/user/weechat_options.txt b/doc/en/autogen/user/weechat_options.txt
index 0187fd689..5c1b4e4ba 100644
--- a/doc/en/autogen/user/weechat_options.txt
+++ b/doc/en/autogen/user/weechat_options.txt
@@ -571,7 +571,7 @@
* [[option_weechat.look.hotlist_names_count]] *weechat.look.hotlist_names_count*
** description: `max number of names in hotlist (0 = no name displayed, only buffer numbers)`
** type: integer
-** values: 0 .. 32 (default value: `3`)
+** values: 0 .. 10000 (default value: `3`)
* [[option_weechat.look.hotlist_names_length]] *weechat.look.hotlist_names_length*
** description: `max length of names in hotlist (0 = no limit)`
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)`
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)`
diff --git a/doc/ja/autogen/user/weechat_options.txt b/doc/ja/autogen/user/weechat_options.txt
index d6232b5ac..566353d16 100644
--- a/doc/ja/autogen/user/weechat_options.txt
+++ b/doc/ja/autogen/user/weechat_options.txt
@@ -571,7 +571,7 @@
* [[option_weechat.look.hotlist_names_count]] *weechat.look.hotlist_names_count*
** 説明: `ホットリストに載せるバッファ名の数の最大値 (0 = バッファ名は無し、番号のみ)`
** タイプ: 整数
-** 値: 0 .. 32 (デフォルト値: `3`)
+** 値: 0 .. 10000 (デフォルト値: `3`)
* [[option_weechat.look.hotlist_names_length]] *weechat.look.hotlist_names_length*
** 説明: `ホットリストに載せるバッファ名の長さの最大値 (0 = 制限無し)`
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)`
diff --git a/src/core/wee-config.c b/src/core/wee-config.c
index dc41c6125..249fe48a3 100644
--- a/src/core/wee-config.c
+++ b/src/core/wee-config.c
@@ -2286,9 +2286,9 @@ config_weechat_init_options ()
config_look_hotlist_names_count = config_file_new_option (
weechat_config_file, ptr_section,
"hotlist_names_count", "integer",
- N_("max number of names in hotlist (0 = no name "
- "displayed, only buffer numbers)"),
- NULL, 0, 32, "3", NULL, 0, NULL, NULL, &config_change_buffer_content, NULL, NULL, NULL);
+ N_("max number of names in hotlist (0 = no name displayed, only buffer "
+ "numbers)"),
+ NULL, 0, GUI_BUFFERS_MAX, "3", NULL, 0, NULL, NULL, &config_change_buffer_content, NULL, NULL, NULL);
config_look_hotlist_names_length = config_file_new_option (
weechat_config_file, ptr_section,
"hotlist_names_length", "integer",