diff --git a/src/chatty/Chatty.java b/src/chatty/Chatty.java index 83a5db3f0..20f931a74 100644 --- a/src/chatty/Chatty.java +++ b/src/chatty/Chatty.java @@ -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 diff --git a/src/chatty/gui/components/EmotesDialog.java b/src/chatty/gui/components/EmotesDialog.java index 0eed3c42f..fa994ae0a 100644 --- a/src/chatty/gui/components/EmotesDialog.java +++ b/src/chatty/gui/components/EmotesDialog.java @@ -811,6 +811,7 @@ public void mouseClicked(MouseEvent e) { } } }); + titleLabel.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR)); } } diff --git a/src/chatty/gui/components/help/help.html b/src/chatty/gui/components/help/help.html index 6bd010ccb..9973e4ede 100644 --- a/src/chatty/gui/components/help/help.html +++ b/src/chatty/gui/components/help/help.html @@ -5,7 +5,7 @@
-