aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar un1versal2015-11-27 14:43:07 +0000
committerGravatar un1versal2015-12-05 11:33:52 +0000
commit166817c1b27b8ad9a2aa4b59feee62b1fbfffeb2 (patch)
treef82c5b617bbb1582d08197dd5ebe1a4a6623ca7f /src
parentPackAddonDialog: syntax improvements minor grammar improvements. (diff)
downloadKVIrc-166817c1b27b8ad9a2aa4b59feee62b1fbfffeb2.tar.gz
KVIrc-166817c1b27b8ad9a2aa4b59feee62b1fbfffeb2.tar.bz2
KVIrc-166817c1b27b8ad9a2aa4b59feee62b1fbfffeb2.zip
libkviavatar: help text update
Diffstat (limited to 'src')
-rw-r--r--src/modules/avatar/libkviavatar.cpp12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/modules/avatar/libkviavatar.cpp b/src/modules/avatar/libkviavatar.cpp
index 947d2ab93..1b195a5d4 100644
--- a/src/modules/avatar/libkviavatar.cpp
+++ b/src/modules/avatar/libkviavatar.cpp
@@ -75,7 +75,7 @@ KviAsyncAvatarSelectionDialog::KviAsyncAvatarSelectionDialog(QWidget * par,const
"The full path to a local file or an image on the Web can be used.<br>" \
"If you wish to use a local image file, click the \"<b>Browse</b>\"" \
"button to browse local folders.<br>" \
- "The full URL for an image (including <b>http://</b>) can be entered manually.");
+ "The full URL for an image (including <b>http://</b> or <b>https://</b> ) can be entered manually.");
msg += "</center><br>";
QLabel * l = new QLabel(msg,this);
@@ -183,17 +183,19 @@ void KviAsyncAvatarSelectionDialog::closeEvent(QCloseEvent * e)
avatar.set [avatar:string]
@description:
Sets your avatar in the current connection to <avatar>.
- <avatar> may be a local filename or a http URL.[br]
+ <avatar> may be a local filename or a HTTP(S) URL.[br]
If avatar is an empty string then an asynchronous dialog
will be opened that will allow choosing an avatar.[br]
- Note that this command does NOT notify the avatar to
+ Note that this command does [b]not[/b] notify the avatar to
any target: use [cmd]avatar.notify[/cmd] for that purpose.
- Note also that this will NOT set your default avatar
+ Note also that this will [b]not[/b] set your default avatar
option: you must use the options dialog for that.[br]
@examples:
[example]
avatar.set /home/myavatar.png
avatar.set http://www.kvirc.net/img/pragma.png
+ [comment]# https:// is also supported since KVIrc 4.3[/comment]
+ avatar.set https://www.kvirc.net/img/pragma.png
[/example]
@seealso:
[cmd]avatar.unset[/cmd]
@@ -290,7 +292,7 @@ static bool avatar_kvs_cmd_set(KviKvsModuleCommandCall * c)
avatar.unset
@description:
Unsets the local user's avatar.
- Note also that this will NOT unset your default avatar
+ Note also that this will [b]not[/b] unset your default avatar
option: you must use the options dialog for that.[br]
@seealso:
[cmd]avatar.set[/cmd]