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