summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-09-29 12:11:36 +0200
committerSebastien Helleu <flashcode@flashtux.org>2009-09-29 12:11:36 +0200
commit9bbd093ffe1ebdbcef90ef3c43a35ce1504a1273 (patch)
tree4fb78ac6e8b9fa66b1433325c4c16651a3514184 /doc
parentfea5c961aec07b4d5c73efcbfe66f032a2bbe1b1 (diff)
downloadweechat-9bbd093ffe1ebdbcef90ef3c43a35ce1504a1273.zip
Fix typo in plugin API reference for weechat_bar_set
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_plugin_api.en.txt2
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt
index 49eeae006..f7bab03f9 100644
--- a/doc/en/weechat_plugin_api.en.txt
+++ b/doc/en/weechat_plugin_api.en.txt
@@ -6175,7 +6175,7 @@ int weechat_bar_set (struct t_gui_bar *bar, const char *property,
Arguments:
-* 'name': bar name
+* 'bar': bar pointer
* 'property': name, hidden, priority, conditions, position, filling_top_bottom,
filling_left_right, size, size_max, color_fg, color_delim, color_bg,
separator, items (see <<_weechat_bar_new>>)
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt
index 10b2d69fa..634fbd84d 100644
--- a/doc/fr/weechat_plugin_api.fr.txt
+++ b/doc/fr/weechat_plugin_api.fr.txt
@@ -6299,7 +6299,7 @@ int weechat_bar_set (struct t_gui_bar *bar, const char *property,
Paramètres :
-* 'name' : nom de la barre
+* 'bar' : pointeur vers la barre
* 'property' : name, hidden, priority, conditions, position, filling_top_bottom,
filling_left_right, size, size_max, color_fg, color_delim, color_bg,
separator, items (voir <<_weechat_bar_new>>)