https://bugs.kde.org/show_bug.cgi?id=364391
Markus Trippelsdorf <octopl...@yandex.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |octopl...@yandex.com --- Comment #3 from Markus Trippelsdorf <octopl...@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 watching all bug changes.