mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
WIP: m_tfe_selected
This commit is contained in:
@@ -179,7 +179,7 @@ INT_PTR CPageSound::DlgProcInternal(HWND hWnd, UINT message, WPARAM wparam, LPAR
|
||||
else if (cardInSlot == CT_Uthernet || cardInSlot == CT_Uthernet2)
|
||||
{
|
||||
DialogBox(GetFrame().g_hInstance, (LPCTSTR)IDD_TFE_SETTINGS_DIALOG, hWnd, CPageConfigTfe::DlgProc);
|
||||
m_PropertySheetHelper.GetConfigNew().m_Slot[slot] = m_PageConfigTfe.m_tfe_selected;
|
||||
//m_PropertySheetHelper.GetConfigNew().m_Slot[slot] = m_PageConfigTfe.m_tfe_selected;
|
||||
m_PropertySheetHelper.GetConfigNew().m_tfeInterface = m_PageConfigTfe.m_tfe_interface_name;
|
||||
m_PropertySheetHelper.GetConfigNew().m_tfeVirtualDNS = m_PageConfigTfe.m_tfe_virtual_dns;
|
||||
}
|
||||
@@ -312,7 +312,7 @@ void CPageSound::InitOptions(HWND hWnd)
|
||||
}
|
||||
}
|
||||
|
||||
m_PageConfigTfe.m_tfe_selected = card;
|
||||
//m_PageConfigTfe.m_tfe_selected = card;
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user