This commit is contained in:
MaxXor 2015-05-26 22:02:18 +02:00
parent 107aedca92
commit b3baad6d98
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ namespace xServer.Forms
using (SaveFileDialog sfd = new SaveFileDialog())
{
sfd.Filter = "EXE Files *.exe|*.exe";
sfd.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.Desktop);
sfd.RestoreDirectory = true;
sfd.FileName = "Client-built.exe";
if (sfd.ShowDialog() == DialogResult.OK)
output = sfd.FileName;