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-23 19:24:47 +0200
commit07a5ffc33a3ab0c337836bc83c94cf8b5ab09e46 (patch)
treec3abe99732cee1c0f2653a8daf783620d2f69219 /src/smppopup.cpp
parentefa509c5a459d61d4aded23643a6821cbdc787ec (diff)
downloadkopete-otr-07a5ffc33a3ab0c337836bc83c94cf8b5ab09e46.tar.gz
kopete-otr-07a5ffc33a3ab0c337836bc83c94cf8b5ab09e46.zip
Added controlled conversions to char* instead of automatic ascii conversions.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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();
}