summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/ui.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-09-26 19:27:33 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-09-26 19:27:33 +0300
commit35f6abcc7f069b3f239215842ec049c716f9b758 (patch)
treeca1d7ff100fd15236abdfce4639a606769fe5944 /plugins/New_GPG/src/ui.cpp
parentc5dc28ec2272a865ef2f28fd7ab151b55517fedf (diff)
code cleaning
Diffstat (limited to 'plugins/New_GPG/src/ui.cpp')
-rw-r--r--plugins/New_GPG/src/ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/ui.cpp b/plugins/New_GPG/src/ui.cpp
index 7ae95a8443..78ff38af92 100644
--- a/plugins/New_GPG/src/ui.cpp
+++ b/plugins/New_GPG/src/ui.cpp
@@ -551,7 +551,7 @@ public:
return;
params.out.Remove('\r');
- Utils_ClipboardCopy(_A2T(params.out));
+ Utils_ClipboardCopy(params.out);
}
void onClick_EXPORT_PRIVATE(CCtrlButton *)