diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-22 18:01:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-22 18:01:34 +0000 |
commit | 135498d7eb9088d123bd1c0008a13a2dc7e4ff57 (patch) | |
tree | c0346bd27de16e96f4a466939dab2fcdc017c41e /plugins/SeenPlugin/src/options.cpp | |
parent | 9fcf8dce5638362799de647f8eb9711195e41992 (diff) |
- SeenPlugin: code cleaning (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/src/options.cpp')
-rw-r--r-- | plugins/SeenPlugin/src/options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SeenPlugin/src/options.cpp b/plugins/SeenPlugin/src/options.cpp index 6036bd0a2f..18d5bd478f 100644 --- a/plugins/SeenPlugin/src/options.cpp +++ b/plugins/SeenPlugin/src/options.cpp @@ -42,7 +42,6 @@ INT_PTR CALLBACK OptsPopUpsDlgProc(HWND hdlg,UINT msg,WPARAM wparam,LPARAM lpara if (hasPopups = (ServiceExists(MS_POPUP_QUERY)) != 0)
hasPopups = CallService(MS_POPUP_QUERY,PUQS_GETSTATUS,0);
TranslateDialogDefault(hdlg);
- ShowWindow(GetDlgItem(hdlg, IDC_MISSPOPUP),hasPopups?SW_HIDE:SW_SHOW);
ShowWindow(GetDlgItem(hdlg, IDC_POPUPS),hasPopups?SW_SHOW:SW_HIDE);
ShowWindow(GetDlgItem(hdlg, IDC_POPUPSTAMP),hasPopups?SW_SHOW:SW_HIDE);
ShowWindow(GetDlgItem(hdlg, IDC_LABTEXT),hasPopups?SW_SHOW:SW_HIDE);
|