diff options
Diffstat (limited to 'keylist.cpp')
-rw-r--r-- | keylist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keylist.cpp b/keylist.cpp index b45f7eb..be9aa7a 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -45,7 +45,7 @@ KeyList::KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent) mKeyList->setAlternatingRowColors(true); QStringList labels; - labels << "" << "" << tr("Name") << tr("EMail") << tr("id"); + labels << "" << "" << tr("Name") << tr("EMail") << "id"; mKeyList->setHorizontalHeaderLabels(labels); mKeyList->horizontalHeader()->setStretchLastSection(true); |