diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-02 00:43:02 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-02 00:43:02 +0300 |
commit | 8ad91f63bd6671b8ec95ab68c1740b63235cf2be (patch) | |
tree | 93e3d207a0ef3d1e276fbcdca0963b00b78ff028 /plugins/New_GPG/src/main.cpp | |
parent | 457b95fe98b0c515b973958f4d45585e2590915f (diff) |
new_gpg: dos2unix //deal with it.
Diffstat (limited to 'plugins/New_GPG/src/main.cpp')
-rwxr-xr-x | plugins/New_GPG/src/main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/New_GPG/src/main.cpp b/plugins/New_GPG/src/main.cpp index 874418587e..830d853ea9 100755 --- a/plugins/New_GPG/src/main.cpp +++ b/plugins/New_GPG/src/main.cpp @@ -28,11 +28,11 @@ HWND hwndFirstRun = nullptr, hwndSetDirs = nullptr, hwndNewKey = nullptr, hwndKe int itemnum = 0; HWND hwndList_g = nullptr; -BOOL CheckStateStoreDB(HWND hwndDlg, int idCtrl, const char* szSetting)
-{
- BOOL state = IsDlgButtonChecked(hwndDlg, idCtrl);
- db_set_b(NULL, szGPGModuleName, szSetting, (BYTE)state);
- return state;
+BOOL CheckStateStoreDB(HWND hwndDlg, int idCtrl, const char* szSetting) +{ + BOOL state = IsDlgButtonChecked(hwndDlg, idCtrl); + db_set_b(NULL, szGPGModuleName, szSetting, (BYTE)state); + return state; } wchar_t key_id_global[17] = { 0 }; |