mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-09 07:13:54 +02:00
fix name in MapOverview
This commit is contained in:
parent
07b494632b
commit
f2c872bd4c
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user