stubs for TFileOpenBox, cleanup putStringXY
[nikiroo-utils.git] / src / jexer / TRadioButton.java
index ddeec0911711b6621be41e4854b459826f93537f..4875e2b935e8a89d2efc8e3040da12f96224510b 100644 (file)
@@ -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);
     }
 
     /**