Skip to content

Commit

Permalink
Contact Conversion Wizard v3.2.0.1.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Hopf committed Aug 26, 2018
1 parent 98d3763 commit 4c99cf6
Show file tree
Hide file tree
Showing 6 changed files with 3,763 additions and 317 deletions.
46 changes: 23 additions & 23 deletions source/EditConfiguration.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions source/EditConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public EditConfiguration()
OPT_prefixNONFB.Checked = Form1.cfg_prefixNONFB;
OPT_fritzXML_order.Checked = Form1.cfg_fritzWorkFirst;
OPT_importOther.Checked = Form1.cfg_importOther;
OPT_OLpics.Checked = Form1.cfg_OLpics;
OPT_DUPren.Checked = Form1.cfg_DUPren;


checkBox_cleanBrackets.Checked = Form1.clean_brackets;
Expand All @@ -29,6 +29,7 @@ public EditConfiguration()
textBox_gLogin.Text = Form1.g_login;
textBox_gPass.Text = Form1.g_pass;


}

private void EditConfiguration_FormClosing(object sender, FormClosingEventArgs e)
Expand All @@ -38,7 +39,7 @@ private void EditConfiguration_FormClosing(object sender, FormClosingEventArgs e
Form1.cfg_prefixNONFB = OPT_prefixNONFB.Checked;
Form1.cfg_fritzWorkFirst = OPT_fritzXML_order.Checked;
Form1.cfg_importOther = OPT_importOther.Checked;
Form1.cfg_OLpics = OPT_OLpics.Checked;
Form1.cfg_DUPren = OPT_DUPren.Checked;

Form1.clean_brackets = checkBox_cleanBrackets.Checked;
Form1.clean_hashkey = checkBox_cleanHashKey.Checked;
Expand Down
Loading

0 comments on commit 4c99cf6

Please sign in to comment.