Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Commit

Permalink
no test
Browse files Browse the repository at this point in the history
  • Loading branch information
DotRacel committed Aug 18, 2019
1 parent bf975fd commit de8f781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/grax/jbytemod/ui/MyEditorTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public MyEditorTab(JByteMod jbm) {
setLayout(new BorderLayout());
this.center = new JPanel();
center.setLayout(new GridLayout());
this.label = new JLabel("Test");
this.label = new JLabel("JByte Mod");

this.codeEditor = new MyCodeEditor(jbm, label);
jbm.setCodeList(codeEditor.getEditor());
Expand Down

0 comments on commit de8f781

Please sign in to comment.