rename file to not have spaces in it

This commit is contained in:
Sean Dague
2007-07-13 16:01:01 +00:00
parent d89362fe99
commit 6c0779f618

View File

@@ -0,0 +1,16 @@
using System;
namespace OpenGridServices.Manager
{
public partial class Connect to grid server : Gtk.Dialog
{
public Connect to grid server()
{
this.Build();
}
}
}