@@ -950,7 +950,7 @@ protected:
|
||||
wxString identity(m_cred_storage.get_identity());
|
||||
m_storage_identity->SetLabel(
|
||||
!identity.empty() ? identity :
|
||||
m_cred_storage.empty() ? _("(empty)") : _("(blank ID)"));
|
||||
m_cred_storage.empty() ? _("(none)") : _("(blank ID)"));
|
||||
}
|
||||
|
||||
|
||||
@@ -959,7 +959,7 @@ protected:
|
||||
wxString identity(m_cred_config.get_identity());
|
||||
m_config_identity->SetLabel(
|
||||
!identity.empty() ? identity :
|
||||
m_cred_config.empty() ? _("(empty)") : _("(blank ID)"));
|
||||
m_cred_config.empty() ? _("(none)") : _("(blank ID)"));
|
||||
}
|
||||
|
||||
/// \endcond
|
||||
|
Reference in New Issue
Block a user