easy to add sequences now

This commit is contained in:
Chris Forbes
2009-10-28 22:35:28 +13:00
parent 3bd46a4dcb
commit 1c3b48de04
4 changed files with 70 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ namespace SequenceEditor
void toolStripButton1_Click(object sender, EventArgs e)
{
var shp = GetTextForm.GetString( "Add SHP..." );
var shp = GetTextForm.GetString( "Add SHP...", "" );
if (shp == null) return;
Program.Shps.Add(shp, Program.LoadAndResolve(shp));
}