Documentation update

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-01-06 14:05:57 +01:00
parent 32254864d5
commit 68729cdcd9
4 changed files with 12 additions and 12 deletions

View File

@@ -213,7 +213,7 @@ void wxTLSServerTrustPanel::OnUpdateUI(wxUpdateUIEvent& event)
m_root_ca_remove ->Enable(m_root_ca->HasMultipleSelection() && ListBox_GetSelCount(m_root_ca->GetHWND()) > 0 || m_root_ca->GetSelection() != wxNOT_FOUND); // *
m_server_names ->Enable(true);
// * ListBox_GetSelCount() is not cross-platform, but this is Windows EAP Supplicant,
// * ListBox_GetSelCount() is not cross-platform, but this is Windows EAP supplicant,
// and this is the fastest way to find out if there is a selection in the list box,
// observing wxWidgets 3.0.2 has nothing faster to offer.
}