diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-01 16:54:15 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-01 16:54:15 +0300 |
commit | ce2d3f2e4ce94e64bfbb31166cadbe9f34c2890b (patch) | |
tree | 0f1c2f04ad416e2977014e4a9977b7c338e4c1e5 /plugins/New_GPG/src/options.cpp | |
parent | 2699cf1e6457f73ea9b43c0f074fc7bf18edd5b6 (diff) |
- convert NEW_GPG to UTF without BOM
- correct links in Deplphi plugins
Diffstat (limited to 'plugins/New_GPG/src/options.cpp')
-rwxr-xr-x | plugins/New_GPG/src/options.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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*) |