File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
External/Plugins/CodeRefactor/Controls Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ public class RefactorMenu : ToolStripMenuItem
10
10
public RefactorMenu ( Boolean createSurroundMenu )
11
11
{
12
12
this . Text = TextHelper . GetString ( "Label.Refactor" ) ;
13
- this . MoveMenuItem = this . DropDownItems . Add ( TextHelper . GetString ( "Label.Move" ) ) as ToolStripMenuItem ;
14
13
this . RenameMenuItem = this . DropDownItems . Add ( TextHelper . GetString ( "Label.Rename" ) ) as ToolStripMenuItem ;
15
14
this . RenameMenuItem . Image = PluginBase . MainForm . FindImage ( "331" ) ;
15
+ this . MoveMenuItem = this . DropDownItems . Add ( TextHelper . GetString ( "Label.Move" ) ) as ToolStripMenuItem ;
16
16
this . ExtractMethodMenuItem = this . DropDownItems . Add ( TextHelper . GetString ( "Label.ExtractMethod" ) , null ) as ToolStripMenuItem ;
17
17
this . ExtractLocalVariableMenuItem = this . DropDownItems . Add ( TextHelper . GetString ( "Label.ExtractLocalVariable" ) , null ) as ToolStripMenuItem ;
18
18
this . DelegateMenuItem = this . DropDownItems . Add ( TextHelper . GetString ( "Label.DelegateMethods" ) , null ) as ToolStripMenuItem ;
You can’t perform that action at this time.
0 commit comments