From ce2d3f2e4ce94e64bfbb31166cadbe9f34c2890b Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 1 Jan 2018 16:54:15 +0300 Subject: - convert NEW_GPG to UTF without BOM - correct links in Deplphi plugins --- plugins/New_GPG/src/options.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/New_GPG/src/options.cpp') diff --git a/plugins/New_GPG/src/options.cpp b/plugins/New_GPG/src/options.cpp index c323c5e125..4aa3d0bb7f 100755 --- a/plugins/New_GPG/src/options.cpp +++ b/plugins/New_GPG/src/options.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2010-18 sss +// Copyright (c) 2010-18 sss // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -261,8 +261,8 @@ public: void onClick_SELECT_KEY(CCtrlButton*) { - CDlgFirstRun *d = new CDlgFirstRun; - d->Show(); + CDlgFirstRun *d = new CDlgFirstRun; + d->Show(); } void onClick_SAVE_KEY_BUTTON(CCtrlButton*) -- cgit v1.2.3