Skip to content

Commit

Permalink
change default folder to Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayter99 committed Aug 30, 2017
1 parent 75f14c3 commit 0f9ea25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 86ME/ScratchProperty.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ScratchProperty(Dictionary<string, string> lang_dic)
InitializeComponent();
this.btBaudComboBox.SelectedIndex = 0;
this.btPortComboBox.SelectedIndex = 0;
this.pathMaskedTextBox.Text = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
this.pathMaskedTextBox.Text = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
this.bt_groupBox.Enabled = false;
this.sp_lang_dic = lang_dic;
}
Expand Down

0 comments on commit 0f9ea25

Please sign in to comment.