Skip to content

Commit

Permalink
👀
Browse files Browse the repository at this point in the history
  • Loading branch information
spannerisms committed Jan 16, 2018
1 parent f8e3575 commit 4e37e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/animator/AnimatorGUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ private static void printGUI() throws IOException {

// reverse lookup
CellFrame looker = new CellFrame(frame);
final JMenuItem lookUp = new JMenuItem("Sheet Trawler");
final JMenuItem lookUp = new JMenuItem("Sheet trawler");
ImageIcon net = new ImageIcon(AnimatorGUI.class.getResource("/images/meta/net.png"));
looker.setIconImage(net.getImage());
lookUp.setIcon(net);
Expand Down

0 comments on commit 4e37e0f

Please # to comment.