From 16bd6071427509191fed46a74f9d3512687ddd04 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 12 Dec 2011 11:34:19 +0100 Subject: [PATCH] doc: fix example of function hashtable_add_to_infolist in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 8 ++++---- doc/fr/weechat_plugin_api.fr.txt | 8 ++++---- doc/it/weechat_plugin_api.it.txt | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 3c5cb4c94..fd7a427a9 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -3457,10 +3457,10 @@ weechat_hashtable_add_to_infolist (hashtable, infolist_item, "testhash"); "key1" => "value 1" "key2" => "value 2" then following variables will be added to infolist item: - "testhash_name_00001" = "key1" - "testhash_value_00001" = "value 1" - "testhash_name_00002" = "key2" - "testhash_value_00002" = "value 2" + "testhash_name_00000" = "key1" + "testhash_value_00000" = "value 1" + "testhash_name_00001" = "key2" + "testhash_value_00001" = "value 2" */ ---------------------------------------- diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index a9cc46294..dc315aef4 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -3493,10 +3493,10 @@ weechat_hashtable_add_to_infolist (hashtable, infolist_item, "testhash"); "cle1" => "valeur 1" "cle2" => "valeur 2" alors les variables suivantes seront ajoutées dans l'objet de l'infolist : - "testhash_name_00001" = "cle1" - "testhash_value_00001" = "valeur 1" - "testhash_name_00002" = "cle2" - "testhash_value_00002" = "valeur 2" + "testhash_name_00000" = "cle1" + "testhash_value_00000" = "valeur 1" + "testhash_name_00001" = "cle2" + "testhash_value_00001" = "valeur 2" */ ---------------------------------------- diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index d9f87a51c..c397cde5c 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -3452,10 +3452,10 @@ weechat_hashtable_add_to_infolist (hashtable, infolist_item, "testhash"); "key1" => "value 1" "key2" => "value 2" allora le seguenti variabili verranno aggiunti all'elemento della lista info: - "testhash_name_00001" = "key1" - "testhash_value_00001" = "value 1" - "testhash_name_00002" = "key2" - "testhash_value_00002" = "value 2" + "testhash_name_00000" = "key1" + "testhash_value_00000" = "value 1" + "testhash_name_00001" = "key2" + "testhash_value_00001" = "value 2" */ ----------------------------------------