mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Add more temporary hack macros to help speed up conversion and testing
This commit is contained in:
@ -396,7 +396,7 @@ void plResTreeView::UpdateInfoDlg( HWND treeCtrl )
|
||||
SetDlgItemText( fInfoDlg, IDC_AGE, pageInfo.GetAge() );
|
||||
SetDlgItemText( fInfoDlg, IDC_PAGE, pageInfo.GetPage() );
|
||||
|
||||
SetDlgItemText( fInfoDlg, IDC_LOCATION, pageInfo.GetLocation().StringIze( tempStr ) );
|
||||
SetDlgItemText( fInfoDlg, IDC_LOCATION, pageInfo.GetLocation().StringIze().c_str() );
|
||||
|
||||
CheckDlgButton(fInfoDlg, IDC_RESERVED, (pageInfo.GetLocation().GetFlags() & plLocation::kReserved) ? BST_CHECKED : BST_UNCHECKED);
|
||||
CheckDlgButton(fInfoDlg, IDC_BUILTIN, (pageInfo.GetLocation().GetFlags() & plLocation::kBuiltIn) ? BST_CHECKED : BST_UNCHECKED);
|
||||
|
Reference in New Issue
Block a user