summaryrefslogtreecommitdiff
path: root/meta2/select_meta.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-31 05:32:30 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-31 05:32:30 +0000
commit20d1480ed78c9395749d5b4e198d8687f95220e6 (patch)
treee0bc7cc56035259c8c4e8d23f2a44b8d755971a3 /meta2/select_meta.cpp
parent16585b5ae2a03ce326fdd45610199eb2061bdb7a (diff)
x64 port
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@450 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/select_meta.cpp')
-rw-r--r--meta2/select_meta.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta2/select_meta.cpp b/meta2/select_meta.cpp
index b8845ae..3eec3d5 100644
--- a/meta2/select_meta.cpp
+++ b/meta2/select_meta.cpp
@@ -65,7 +65,7 @@ INT_PTR CALLBACK Meta_SelectDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP
break;
case IDC_CHK_SRT:
- FillList(GetDlgItem(hwndDlg,IDC_METALIST), IsDlgButtonChecked(hwndDlg, IDC_CHK_SRT));
+ FillList(GetDlgItem(hwndDlg,IDC_METALIST), IsDlgButtonChecked(hwndDlg, IDC_CHK_SRT) != 0);
EnableWindow(GetDlgItem(hwndDlg, IDOK), FALSE);
break;
}