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