[konsole] [Bug 364391] Cannot remove "- Konsole" suffix from the titlebar
Markus Trippelsdorf
bugzilla_noreply at kde.org
Thu Nov 24 21:12:52 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=364391
Markus Trippelsdorf <octoploid at yandex.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |octoploid at yandex.com
--- Comment #3 from Markus Trippelsdorf <octoploid at yandex.com> ---
You can use this hack:
diff --git a/src/main.cpp b/src/main.cpp
index 26d3da990b6a..a99ce6b25a2f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -93,8 +93,8 @@ extern "C" int Q_DECL_EXPORT kdemain(int argc, char* argv[])
KLocalizedString::setApplicationDomain("konsole");
- KAboutData about(QStringLiteral("konsole"),
- i18nc("@title", "Konsole"),
+ KAboutData about(QStringLiteral(""),
+ i18nc("@title", ""),
QStringLiteral(KONSOLE_VERSION),
i18nc("@title", "Terminal emulator"),
KAboutLicense::GPL_V2,
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list