Merge branch 'master' of https://github.com/klamonte/jexer
[fanfix.git] / src / jexer / TRadioButton.java
index ddeec0911711b6621be41e4854b459826f93537f..94f1d19e1a0d507ca1931fe7abc873e58ef54fa1 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
  * Jexer - Java Text User Interface
  *
  * License: LGPLv3 or later
@@ -147,7 +147,7 @@ public final class TRadioButton extends TWidget {
             getScreen().putCharXY(1, 0, ' ', radioButtonColor);
         }
         getScreen().putCharXY(2, 0, ')', radioButtonColor);
-        getScreen().putStrXY(4, 0, label, radioButtonColor);
+        getScreen().putStringXY(4, 0, label, radioButtonColor);
     }
 
     /**