X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Fpages%2Fwot%2FMyPoints.java;h=69f5d7e6f9a3667eff71ffb508e29f1758042652;hb=12b9507ab4cde3ea431c0fed0b86dabecb401f80;hp=ba2bdf5af5da706d62f91b01dae4b52114741a15;hpb=3689dcd11a286c3c9204f96d9a6c3b33a968844a;p=gigi.git diff --git a/src/org/cacert/gigi/pages/wot/MyPoints.java b/src/org/cacert/gigi/pages/wot/MyPoints.java index ba2bdf5a..69f5d7e6 100644 --- a/src/org/cacert/gigi/pages/wot/MyPoints.java +++ b/src/org/cacert/gigi/pages/wot/MyPoints.java @@ -19,8 +19,8 @@ public class MyPoints extends Page { private AssurancesDisplay toOtherDisplay = new AssurancesDisplay("otherAsArr", true); - public MyPoints(String title) { - super(title); + public MyPoints() { + super("My Points"); } @Override