diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-11 19:15:48 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-11 19:15:48 +0200 |
commit | 36d5f464fb5b759f4ce24301543fce86436b61ab (patch) | |
tree | 7a5e7518a6b485b22d46a78efa9d033a72fef99b /doc/fr/weechat_plugin_api.fr.txt | |
parent | 54b45e9c5eb709208279d631985746daa16e4234 (diff) | |
download | weechat-36d5f464fb5b759f4ce24301543fce86436b61ab.zip |
doc: add note about property "short_name" of buffers (plugin API reference)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 1e60bc9e0..3dcb7c96d 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -9764,7 +9764,10 @@ Paramètres : principal WeeChat) ** 'name' : nom du tampon ** 'full_name' : nom complet du tampon ("extension.nom") (_nouveau dans la version 0.3.7_) -** 'short_name' : nom court du tampon +** 'short_name' : nom court du tampon (note: utilisé pour l'affichage seulement + et peut être changé par l'utilisateur, il ne doit pas être utilisé pour + trouver le nom du tampon, utlisez à la place 'name', 'full_name' ou bien la + variable locale 'channel') ** 'title' : titre du tampon ** 'input' : texte saisi ** 'text_search_input' : texte saisi sauvegardé avant la recherche de texte |