important to test :)

This commit is contained in:
Chris Forbes
2009-10-29 22:49:49 +13:00
parent 4689a7fd05
commit 8e56699a42
2 changed files with 9 additions and 9 deletions

View File

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