summaryrefslogtreecommitdiff
path: root/src/core/stdfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/stdfile')
-rw-r--r--src/core/stdfile/src/fileopts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdfile/src/fileopts.cpp b/src/core/stdfile/src/fileopts.cpp
index 34185f2312..006273dfd1 100644
--- a/src/core/stdfile/src/fileopts.cpp
+++ b/src/core/stdfile/src/fileopts.cpp
@@ -169,7 +169,7 @@ public:
void onSelChanged_Combo(CCtrlCombo*)
{
- int iScanner = cmbScanCmdLine.GetItemData(cmbScanCmdLine.GetCurSel());
+ int iScanner = cmbScanCmdLine.GetCurData();
if (iScanner >= _countof(virusScanners) || iScanner < 0)
return;