summaryrefslogtreecommitdiff
path: root/src/savegameinfowidgetgamebryo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/savegameinfowidgetgamebryo.cpp')
-rw-r--r--src/savegameinfowidgetgamebryo.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/savegameinfowidgetgamebryo.cpp b/src/savegameinfowidgetgamebryo.cpp
index b87d3165..c97e5810 100644
--- a/src/savegameinfowidgetgamebryo.cpp
+++ b/src/savegameinfowidgetgamebryo.cpp
@@ -71,4 +71,10 @@ void SaveGameInfoWidgetGamebryo::setSave(const SaveGame *saveGame)
dotDotLabel->setFont(contentFont);
layout->addWidget(dotDotLabel);
}
+ if (count == 0) {
+ QLabel *dotDotLabel = new QLabel(tr("None"));
+ dotDotLabel->setIndent(10);
+ dotDotLabel->setFont(contentFont);
+ layout->addWidget(dotDotLabel);
+ }
}