X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=b12fad4358495dd0e8698ef087023de68f07795f;hp=2b758d50e6feeba65fcfa9b098b59208473de140;hb=4d95e6e79bc9e306c5c9cd1e20b61479bdc61350;hpb=34cbd014160c25232e6f407ba6dcd0fe92ae7c17 diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 2b758d50..b12fad43 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -238,7 +238,7 @@ void MainWin::setupActions() { connect(lockAct, SIGNAL(toggled(bool)), SLOT(on_actionLockLayout_toggled(bool))); coll->addAction("ToggleSearchBar", new Action(SmallIcon("edit-find"), tr("Show &Search Bar"), coll, - 0, 0, tr("Ctrl+F")))->setCheckable(true); + 0, 0, QKeySequence::Find))->setCheckable(true); coll->addAction("ShowAwayLog", new Action(tr("Show Away Log"), coll, this, SLOT(showAwayLog()))); coll->addAction("ToggleStatusBar", new Action(tr("Show Status &Bar"), coll,