Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
fix rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Furtif committed Apr 2, 2017
1 parent 4874380 commit 8dacf74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic
4 changes: 1 addition & 3 deletions RocketBot2/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ private void InitializePokemonForm()
}
}
};
cmsPokemonList.Items.Add(item);

cmsPokemonList.Items.Add(separator);

item = new ToolStripMenuItem { Text = @"Properties" };
item.Click += delegate
{
Expand All @@ -638,8 +638,6 @@ private void InitializePokemonForm()
};

cmsPokemonList.Items.Add(item);


};
}

Expand Down

0 comments on commit 8dacf74

Please sign in to comment.