Skip to content

Commit df82c94

Browse files
committed
Changed title
1 parent 2e62978 commit df82c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jagex2/client/ViewBox.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class ViewBox extends Frame {
1313

1414
public ViewBox(boolean arg0, int arg1, GameShell arg2, int arg3) {
1515
this.shell = arg2;
16-
this.setTitle("RS2 user client - release #" + signlink.clientversion);
16+
this.setTitle("VortexScape");
1717
this.setResizable(false);
1818

1919
BorderLayout manager = new BorderLayout();

0 commit comments

Comments
 (0)