aboutsummaryrefslogtreecommitdiff
path: root/mapman/src/sliceview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mapman/src/sliceview.cpp')
-rw-r--r--mapman/src/sliceview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mapman/src/sliceview.cpp b/mapman/src/sliceview.cpp
index 1dc385b..c0dc3a7 100644
--- a/mapman/src/sliceview.cpp
+++ b/mapman/src/sliceview.cpp
@@ -91,6 +91,7 @@ void slice_view::refresh()
map_t map = l->get_map(id);
QPixmap pm = pixmap_of_map_data(map.map_data);
QString text = QString("(%1)").arg(id);
+ if (map.locked) text.append(" [L]");
if (map.custom_name.length()) text = QString::fromStdString(map.custom_name) + " " + text;
QStandardItem *itm = new QStandardItem(QIcon(pm), text);
itm->setData(QVariant(id));