diff --git a/86ME/ScratchProperty.cs b/86ME/ScratchProperty.cs index 248ab5e..466c352 100644 --- a/86ME/ScratchProperty.cs +++ b/86ME/ScratchProperty.cs @@ -27,7 +27,7 @@ public ScratchProperty(Dictionary 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; }