diff options
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*) |