From 43aa8e6bedff642ba584c447c03886c1f0c52aac Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 24 Dec 2017 00:35:44 +0300 Subject: Remove default parameter from staticbrowserbox. --- src/gui/widgets/desktop.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/desktop.cpp') diff --git a/src/gui/widgets/desktop.cpp b/src/gui/widgets/desktop.cpp index 87eb14c48..f028dec29 100644 --- a/src/gui/widgets/desktop.cpp +++ b/src/gui/widgets/desktop.cpp @@ -73,12 +73,14 @@ Desktop::Desktop(const Widget2 *const widget) : const std::string appName = branding.getValue("appName", std::string()); if (appName.empty()) { - mVersionLabel->addRow(FULL_VERSION); + mVersionLabel->addRow(FULL_VERSION, + false); } else { mVersionLabel->addRow(strprintf("%s (%s)", FULL_VERSION, - appName.c_str())); + appName.c_str()), + false); } mVersionLabel->addRow("copyright", "(C) ManaPlus developers, http://manaplus.org"); -- cgit v1.2.3-70-g09d2