mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-21 21:55:15 -05:00
fixed MessageBox text
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1428 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
20052173fc
commit
90300bdd13
@ -293,7 +293,7 @@ TextPage::copyCert()
|
|||||||
{
|
{
|
||||||
QMessageBox::information(this,
|
QMessageBox::information(this,
|
||||||
tr("RetroShare"),
|
tr("RetroShare"),
|
||||||
tr("Your Cert is copied to Clipbard, paste and send it to your"
|
tr("Your Cert is copied to Clipboard, paste and send it to your"
|
||||||
"friend via email or some other way"));
|
"friend via email or some other way"));
|
||||||
QClipboard *clipboard = QApplication::clipboard();
|
QClipboard *clipboard = QApplication::clipboard();
|
||||||
clipboard->setText(userCertEdit->toPlainText());
|
clipboard->setText(userCertEdit->toPlainText());
|
||||||
|
Loading…
Reference in New Issue
Block a user