summaryrefslogtreecommitdiffstats
path: root/src/smppopup.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-06-23 17:48:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-06-25 02:30:43 +0200
commit1558cdbbf767478e1521d3121a1e726d58c6201c (patch)
treecb9672f0972d7273adf10a543e8a96e4fb8797df /src/smppopup.cpp
parent3659f9e329731c183abe2ac7620cf83a1838f08a (diff)
downloadkopete-otr-1558cdbbf767478e1521d3121a1e726d58c6201c.tar.gz
kopete-otr-1558cdbbf767478e1521d3121a1e726d58c6201c.zip
Added controlled conversions to char* instead of automatic ascii conversions.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 07a5ffc33a3ab0c337836bc83c94cf8b5ab09e46)
Diffstat (limited to 'src/smppopup.cpp')
-rw-r--r--src/smppopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smppopup.cpp b/src/smppopup.cpp
index 66f28c1..0a550cc 100644
--- a/src/smppopup.cpp
+++ b/src/smppopup.cpp
@@ -74,7 +74,7 @@ void SMPPopup::openHelp()
}
void SMPPopup::manualAuth(){
- VerifyPopup *vfPopup = new VerifyPopup(this, i18n("Verify Fingerprint"), session);
+ VerifyPopup *vfPopup = new VerifyPopup(this, i18n("Verify Fingerprint").utf8(), session);
vfPopup->show();
this->close();
}