[core] Use hyphens instead of colons for address ranges

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-07-15 23:18:18 -07:00
committed by Konstantin Pastbin
parent 24a4edd904
commit 57e86d72e9
4 changed files with 18 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ void Info::SetFromFeatureType(FeatureType & ft)
bool emptyTitle = false;
m_primaryFeatureName = out.GetPrimary();
m_uiAddress = m_address;
m_uiAddress = feature::GetReadableAddress(m_address);
if (IsBookmark())
{