summaryrefslogtreecommitdiff
path: root/src/T2DLL/MoverSearchDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/MoverSearchDlg.cpp')
-rw-r--r--src/T2DLL/MoverSearchDlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/T2DLL/MoverSearchDlg.cpp b/src/T2DLL/MoverSearchDlg.cpp
index 48dfc31..f4733fc 100644
--- a/src/T2DLL/MoverSearchDlg.cpp
+++ b/src/T2DLL/MoverSearchDlg.cpp
@@ -42,7 +42,7 @@ void MoverSearchDlg::DoFind() {
return;
T2Name *theName = (T2Name *) listBox->GetItemDataPtr(sel);
- mDocument->towerDoc_vf238(theName);
+ mDocument->DoFind(theName);
}
void MoverSearchDlg::DoDelete() {