From 09603cf66c96c9d63d313e006d28548c8e51d643 Mon Sep 17 00:00:00 2001
From: un1versal
Date: Tue, 22 Dec 2015 12:04:59 +0000
Subject: https:// for avatar now supported and remove empty space
---
src/modules/avatar/libkviavatar.cpp | 2 +-
src/modules/options/OptionsWidget_identity.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/modules')
diff --git a/src/modules/avatar/libkviavatar.cpp b/src/modules/avatar/libkviavatar.cpp
index 1b195a5d4..123d25168 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.
" \
"If you wish to use a local image file, click the \"Browse\"" \
"button to browse local folders.
" \
- "The full URL for an image (including http:// or https:// ) can be entered manually.");
+ "The full URL for an image (including http:// or https://) can be entered manually.");
msg += "
";
QLabel * l = new QLabel(msg,this);
diff --git a/src/modules/options/OptionsWidget_identity.cpp b/src/modules/options/OptionsWidget_identity.cpp
index be18d41f5..f77864e4f 100644
--- a/src/modules/options/OptionsWidget_identity.cpp
+++ b/src/modules/options/OptionsWidget_identity.cpp
@@ -210,7 +210,7 @@ AvatarSelectionDialog::AvatarSelectionDialog(QWidget * par,const QString &szInit
"The full path to a local file or an image on the Web can be used.
" \
"If you wish to use a local image file, click the \"Browse\"" \
"button to browse local folders.
" \
- "The full URL for an image (including http://) can be entered manually.","options");
+ "The full URL for an image (including http:// or https://) can be entered manually.","options");
msg += "
";
QLabel * l = new QLabel(msg,this);
--
cgit v1.3.1-10-gc9f91