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:
@@ -457,7 +457,7 @@ void SelectionTab::showPopupWindow(const Point & cursorPosition)
|
|||||||
}
|
}
|
||||||
|
|
||||||
GH.windows().createAndPushWindow<CMapOverview>(
|
GH.windows().createAndPushWindow<CMapOverview>(
|
||||||
curItems[py]->getNameTranslated(),
|
curItems[py]->name,
|
||||||
curItems[py]->fullFileURI,
|
curItems[py]->fullFileURI,
|
||||||
creationDateTime,
|
creationDateTime,
|
||||||
author,
|
author,
|
||||||
|
Reference in New Issue
Block a user