mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 14:43:43 +00:00
[core] Use hyphens instead of colons for address ranges
Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
24a4edd904
commit
57e86d72e9
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user