diff options
Diffstat (limited to 'src/Plugins/Common/StdTenantInfoDialog.cpp')
-rw-r--r-- | src/Plugins/Common/StdTenantInfoDialog.cpp | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/src/Plugins/Common/StdTenantInfoDialog.cpp b/src/Plugins/Common/StdTenantInfoDialog.cpp index 3bad68c..3327674 100644 --- a/src/Plugins/Common/StdTenantInfoDialog.cpp +++ b/src/Plugins/Common/StdTenantInfoDialog.cpp @@ -1,24 +1,25 @@ +#include "StdAfx.h" #include "StdTenantInfoDialog.h" -#include "T2DlgItemCustomerGage.h" -#include "T2DlgItemPeopleView.h" -#include "T2DlgItemProfitsGage.h" -#include "T2DlgItemText.h" -#include "T2FloorInfo.h" -#include "T2Maru_Reggae.h" -#include "T2Mover.h" -#include "T2Name.h" -#include "T2NameList.h" -#include "T2People.h" -#include "T2PeopleLinkIterator.h" -#include "T2PeoplePtrList.h" -#include "T2RouteCEArray.h" -#include "T2RouteNavigator.h" -#include "T2Tenant.h" -#include "T2TenantDef.h" -#include "T2TowerDoc.h" -#include "T2WorldDef.h" -#include "UT2Coordinate.h" -#include "UT2Utils.h" +#include "../../T2DLL/T2DlgItemCustomerGage.h" +#include "../../T2DLL/T2DlgItemPeopleView.h" +#include "../../T2DLL/T2DlgItemProfitsGage.h" +#include "../../T2DLL/T2DlgItemText.h" +#include "../../T2DLL/T2FloorInfo.h" +#include "../../T2DLL/T2Maru_Reggae.h" +#include "../../T2DLL/T2Mover.h" +#include "../../T2DLL/T2Name.h" +#include "../../T2DLL/T2NameList.h" +#include "../../T2DLL/T2People.h" +#include "../../T2DLL/T2PeopleLinkIterator.h" +#include "../../T2DLL/T2PeoplePtrList.h" +#include "../../T2DLL/T2RouteCEArray.h" +#include "../../T2DLL/T2RouteNavigator.h" +#include "../../T2DLL/T2Tenant.h" +#include "../../T2DLL/T2TenantDef.h" +#include "../../T2TowerDoc.h" +#include "../../T2DLL/T2WorldDef.h" +#include "../../T2DLL/UT2Coordinate.h" +#include "../../T2DLL/UT2Utils.h" StdTenantInfoDialog::StdTenantInfoDialog(T2Tenant *inTenant) : T2TenantInfoDialog(inTenant) @@ -45,6 +46,8 @@ StdTenantInfoDialog::StdTenantInfoDialog(T2Tenant *inTenant) if (name == "") nameField->SetDescriptor(mTenantName); } + + return false; } /*virtual*/ void StdTenantInfoDialog::OnT2Create() { |