diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-05-10 15:18:18 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-05-10 15:18:18 +0000 |
commit | f7ae12fc8362a5df7a82ccb8900fa8141121d3ab (patch) | |
tree | 214e14323e00de6b7978a93607a90422cd5e0efd /data | |
parent | be67df542b563490e8e74251ad3ad5c99aa0aec2 (diff) | |
download | poezio-f7ae12fc8362a5df7a82ccb8900fa8141121d3ab.tar.gz poezio-f7ae12fc8362a5df7a82ccb8900fa8141121d3ab.tar.bz2 poezio-f7ae12fc8362a5df7a82ccb8900fa8141121d3ab.tar.xz poezio-f7ae12fc8362a5df7a82ccb8900fa8141121d3ab.zip |
Fix some details in the default conf
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 30714f63..1f664dab 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -48,14 +48,14 @@ hide_status_change = False # it should be less than 16Ko photo = ../data/poezio_80.png - # if true, information about the software (name and version) -# Set to false if you don't want people to know that information +# will be sent if requested by anyone +# Set to false if you don't want people to know these information send_poezio_info = true # if true, information about the Operation System you're using -# will be sent when asked. -# Set to false if you don't want people to know that information +# will be sent when requested by anyone +# Set to false if you don't want people to know these information send_os_info = true # if true, your current time will be sent if asked |