Skip to content

Commit 99bc764

Browse files
committed
Use l instead of c for clear history - Avoid same accelerator usage
1 parent 6c04d9d commit 99bc764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/qtTeamTalk/chattextlist.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ void ChatTextList::contextMenuEvent(QContextMenuEvent* event)
348348

349349
menu.addSeparator();
350350
menu.addAction(tr("Copy &All"), this, &ChatTextList::copyAllHistory);
351-
menu.addAction(tr("&Clear"), this, &ChatTextList::clearHistory);
351+
menu.addAction(tr("C&lear"), this, &ChatTextList::clearHistory);
352352

353353
menu.exec(event->globalPos());
354354
}

0 commit comments

Comments
 (0)