Skip to content

Commit

Permalink
Added translation possibility to JumpList item
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitozz committed Jun 26, 2024
1 parent 10ea450 commit 16a7f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/taskbarnotifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void TaskBarNotifier::Private::addJumpListItem()
IID_PPV_ARGS(&pCollection)))) {
// Create shell link object
auto path = qApp->applicationFilePath();
auto nameString = QString("Quit %1 application").arg(qApp->applicationName());
auto nameString = parent_->tr("Quit %1 application").arg(qApp->applicationName());
auto cachedIconFile
= ApplicationInfo::homeDir(ApplicationInfo::CacheLocation) + QStringLiteral("/quit_icon.ico");
auto pixmap = PsiIconset::instance()
Expand Down

0 comments on commit 16a7f28

Please sign in to comment.