Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarQuestInterface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/frontend/StarQuestInterface.cpp')
-rw-r--r--source/frontend/StarQuestInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarQuestInterface.cpp b/source/frontend/StarQuestInterface.cpp
index fa42b4d..324cbd8 100644
--- a/source/frontend/StarQuestInterface.cpp
+++ b/source/frontend/StarQuestInterface.cpp
@@ -422,7 +422,7 @@ QuestCompleteInterface::QuestCompleteInterface(QuestPtr const& quest, PlayerPtr
commonSetup(config, m_quest->completionText(), "QuestComplete");
if (auto moneyLabel = fetchChild<LabelWidget>("lblMoneyAmount"))
- moneyLabel->setText(strf("{}", m_quest->money()));
+ moneyLabel->setText(toString(m_quest->money()));
disableScissoring();
}