~ubuntu-branches/ubuntu/trusty/krusader/trusty

« back to all changes in this revision

Viewing changes to krusader/GUI/kfnkeys.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-08-08 13:47:36 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110808134736-8e630ivgd2c3sgg5
Tags: 1:2.4.0~beta1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
void KFnKeys::updateShortcuts()
98
98
{
99
99
#define UPDATE(TARGET, TEXT)\
100
 
    TARGET->setText(mainWindow->listPanelActions()->act##TARGET->shortcut().toString() + " " + TEXT);
 
100
    TARGET->setText(mainWindow->listPanelActions()->act##TARGET->shortcut().toString() + ' ' + TEXT);
101
101
 
102
102
    UPDATE(F2, i18n("Term"));
103
103
    UPDATE(F3, i18n("View"));