1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-10 22:31:40 +02:00

fix name in MapOverview

This commit is contained in:
Laserlicht
2025-02-08 16:03:20 +01:00
parent 07b494632b
commit f2c872bd4c

View File

@@ -457,7 +457,7 @@ void SelectionTab::showPopupWindow(const Point & cursorPosition)
}
GH.windows().createAndPushWindow<CMapOverview>(
curItems[py]->getNameTranslated(),
curItems[py]->name,
curItems[py]->fullFileURI,
creationDateTime,
author,