Skip to content

Commit

Permalink
Fixed Bug: Folder notes are displayed now
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoe-phi committed Feb 3, 2015
1 parent a3b3a5f commit 1d9e71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sshfs/GUI/WindowsFormsApplication2/FiSSHForm.cs
Expand Up @@ -397,6 +397,7 @@ private void ServerFolderEdit()
radioButton_folder_usedrive.Checked = ! folder.use_virtual_drive;
textBox_folder_virtual_drive.Text = folder.VirtualDriveFolder;
checkBox_automount.Checked = folder.Automount;
richTextBox_folder_notes.Text = folder.Note;

//server properties
textBox_server_name.Text = server.Name;
Expand Down

0 comments on commit 1d9e71e

Please sign in to comment.