From e1decb18c572a41410f231905b1c18651d53bb75 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sun, 10 Jan 2016 19:47:00 +0000 Subject: [PATCH] Added blank option (set as default) for type in frmContactEditorKey. --- source/contacteditor/frmContactEditorKey.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/contacteditor/frmContactEditorKey.cpp b/source/contacteditor/frmContactEditorKey.cpp index bcac1f5..c80642b 100644 --- a/source/contacteditor/frmContactEditorKey.cpp +++ b/source/contacteditor/frmContactEditorKey.cpp @@ -37,12 +37,15 @@ frmContactEditorKeyADT( parent ) cmbKeyMainType->Append(_("URL")); cmbKeyMainType->Append(_("Key")); + cmbType->Append(""); cmbType->Append(_("Home")); cmbType->Append(_("Work")); cmbURL->Append(_("PGP Key")); cmbKeyType->Append(_("PGP Key")); + + cmbType->SetSelection(0); } -- 2.39.2