stubs for TFileOpenBox, cleanup putStringXY
[fanfix.git] / src / jexer / TLabel.java
index ad30035980ef1c4ae13fdd3cac0ac89a39eb43b8..801db2a25ac299f5571c70c53611c2fd048538b5 100644 (file)
@@ -108,7 +108,7 @@ public final class TLabel extends TWidget {
         CellAttributes background = getWindow().getBackground();
         color.setBackColor(background.getBackColor());
 
-        getScreen().putStrXY(0, 0, label, color);
+        getScreen().putStringXY(0, 0, label, color);
     }
 
 }