Skip to content
Snippets Groups Projects
Commit 808ef5d7 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Show message about missing implementation.

Refers to #2
parent 29a6a0d3
No related branches found
No related tags found
No related merge requests found
...@@ -176,7 +176,8 @@ namespace ATXTray ...@@ -176,7 +176,8 @@ namespace ATXTray
DefaultDirectory = _config.SourceDrive DefaultDirectory = _config.SourceDrive
}; };
if (dirDialog.ShowDialog() == CommonFileDialogResult.Ok) { if (dirDialog.ShowDialog() == CommonFileDialogResult.Ok) {
MessageBox.Show("Directory\nselected:\n\n" + dirDialog.FileName, MessageBox.Show("Directory\nselected:\n\n" + dirDialog.FileName +
"\n\nWARNING: adding new transfers is NOT YET IMPLEMENTED!",
"New transfer confirmation", MessageBoxButtons.YesNo, MessageBoxIcon.Question); "New transfer confirmation", MessageBoxButtons.YesNo, MessageBoxIcon.Question);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment