Aesthetic modifications
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
/// Constructs a configuration window
|
||||
///
|
||||
/// \param[in] prov Provider configuration data
|
||||
/// \param[inout] cfg Configuration data
|
||||
/// \param[inout] cfg Method configuration data
|
||||
/// \param[in] parent Parent window
|
||||
///
|
||||
wxTTLSConfigWindow(eap::config_provider &prov, eap::config_method &cfg, wxWindow* parent);
|
||||
|
@@ -347,9 +347,9 @@ void eap::peer_ttls_ui::invoke_identity_ui(
|
||||
// Not really an error.
|
||||
result = wxID_CANCEL;
|
||||
} else if (error)
|
||||
wxLogError(_("Invoking EAP identity failed (error %u, %s, %s)."), error->dwWinError, error->pRootCauseString, error->pRepairString);
|
||||
wxLogError(_("Invoking EAP identity UI failed (error %u, %s, %s)."), error->dwWinError, error->pRootCauseString, error->pRepairString);
|
||||
else
|
||||
wxLogError(_("Invoking EAP identity failed (error %u)."), dwResult);
|
||||
wxLogError(_("Invoking EAP identity UI failed (error %u)."), dwResult);
|
||||
}
|
||||
} else
|
||||
result = wxID_OK;
|
||||
|
Reference in New Issue
Block a user