Skip to content

Commit

Permalink
v0.13-b5, change EmotesDialog clickable heading cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
tduva committed Oct 13, 2020
1 parent af97784 commit 330bd9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/chatty/Chatty.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class Chatty {
* by points. May contain a single "b" for beta versions, which are counted
* as older (so 0.8.7b4 is older than 0.8.7).
*/
public static final String VERSION = "0.13-b4"; // Remember changing the version in the help
public static final String VERSION = "0.13-b5"; // Remember changing the version in the help

/**
* Enable Version Checker (if you compile and distribute this yourself, you
Expand Down
1 change: 1 addition & 0 deletions src/chatty/gui/components/EmotesDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ public void mouseClicked(MouseEvent e) {
}
}
});
titleLabel.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/chatty/gui/components/help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<h1><a name="top">Chatty (Version: 0.13-b4)</a></h1>
<h1><a name="top">Chatty (Version: 0.13-b5)</a></h1>
<table>
<tr>
<td valign="top">
Expand Down

0 comments on commit 330bd9f

Please sign in to comment.