From bdc7315b2e1aeac0efa3864e9f06256cf6559d68 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 28 Mar 2010 10:58:46 +0000 Subject: added settingsdialog files git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@285 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keylist.cpp') 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); -- cgit v1.2.3