From 8dacf743f5ed5f9d31d4dbcf4f60df1aa8b3c425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?--=3DFurtiF=E2=84=A2=3D--?= Date: Sun, 2 Apr 2017 22:36:50 +0200 Subject: [PATCH] fix rename --- PoGo.NecroBot.Logic | 2 +- RocketBot2/Forms/MainForm.cs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/PoGo.NecroBot.Logic b/PoGo.NecroBot.Logic index 8efc8e31d..60f1925b4 160000 --- a/PoGo.NecroBot.Logic +++ b/PoGo.NecroBot.Logic @@ -1 +1 @@ -Subproject commit 8efc8e31d3009f113525e3d5a279542d8271e60b +Subproject commit 60f1925b4322861092c72bd360c2d97bfd5cad52 diff --git a/RocketBot2/Forms/MainForm.cs b/RocketBot2/Forms/MainForm.cs index eee799e2c..c5ce114d4 100644 --- a/RocketBot2/Forms/MainForm.cs +++ b/RocketBot2/Forms/MainForm.cs @@ -627,9 +627,9 @@ private void InitializePokemonForm() } } }; + cmsPokemonList.Items.Add(item); cmsPokemonList.Items.Add(separator); - item = new ToolStripMenuItem { Text = @"Properties" }; item.Click += delegate { @@ -638,8 +638,6 @@ private void InitializePokemonForm() }; cmsPokemonList.Items.Add(item); - - }; }