Skip to content

Commit

Permalink
Update StencilTableGui.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVikingWarrior committed Jan 11, 2014
1 parent f752297 commit 5f34719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/client/gui/StencilTableGui.java
Expand Up @@ -70,8 +70,8 @@ public void initGui ()
GuiButtonTool repairButton = new GuiButtonTool(0, cornerX - 110, cornerY, repair.buttonIconX, repair.buttonIconY, repair.texture); // Repair
repairButton.enabled = false;
this.buttonList.add(repairButton);*/
this.buttonList.add(new GuiButton(0, cornerX - 120, cornerY, 120, 20, "Next Pattern"));
this.buttonList.add(new GuiButton(1, cornerX - 120, cornerY + 20, 120, 20, "Previous Pattern"));
this.buttonList.add(new GuiButton(0, cornerX - 120, cornerY, 120, 20, (StatCollector.translateToLocal("gui.stenciltable1")));
this.buttonList.add(new GuiButton(1, cornerX - 120, cornerY + 20, 120, 20, (StatCollector.translateToLocal("gui.stenciltable1")));

//for (int iter = 0; iter < TConstructContent.patternOutputs.length; iter++)
//{
Expand Down

0 comments on commit 5f34719

Please sign in to comment.