Display correct title for edit dialog (new vs. edit)

This commit is contained in:
Thomas Hooge 2018-04-06 13:33:41 +02:00
parent d30b9c4bb9
commit e78117f906
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ void KeepassEntryView::editEntry(EntryViewItem* item){
IEntryHandle* handle = item->EntryHandle;
CEntry old = handle->data();
CEditEntryDlg dlg(db,handle,this,true);
CEditEntryDlg dlg(db,handle,this,false);
int result = dlg.exec();
switch(result){
case 0: //canceled or no changes