work on view-menu

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@38 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
tariq
2006-02-06 20:29:15 +00:00
parent e304c11c57
commit 61d445475a
4 changed files with 76 additions and 22 deletions

View File

@@ -135,6 +135,7 @@ if(entry->GroupID==CurrentGroup){
void KeepassEntryView::updateColumns(){
setColumnCount(0);
QStringList cols;
if(config.Columns[0]){
cols << trUtf8("Titel");}
@@ -151,7 +152,7 @@ if(config.Columns[5]){
if(config.Columns[6]){
cols << trUtf8("Erstellung");}
if(config.Columns[7]){
cols << trUtf8("letzte Änderung");}
cols << trUtf8("letzte Ãnderung");}
if(config.Columns[8]){
cols << trUtf8("letzter Zugriff");}
if(config.Columns[9]){