mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Make it clear that only the selected map's cache will be dropped
This commit is contained in:
parent
28a71cbc39
commit
91bc1f4546
@ -1705,7 +1705,7 @@ void GUI::loadMapDir()
|
|||||||
void GUI::clearMapCache()
|
void GUI::clearMapCache()
|
||||||
{
|
{
|
||||||
if (QMessageBox::question(this, APP_NAME,
|
if (QMessageBox::question(this, APP_NAME,
|
||||||
tr("Clear the map tile cache?")) == QMessageBox::Yes)
|
tr("Clear \"%1\" tile cache?").arg(_map->name())) == QMessageBox::Yes)
|
||||||
_mapView->clearMapCache();
|
_mapView->clearMapCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user