X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTInputBox.java;h=d60d0b53f5d8b7e8bc8cadb9a41cfceebc7f2873;hb=12b90437b5f22c2ae6e9b9b14c3b62b60f6143e5;hp=813af8823db263e5274090796e02fbf61ec958a6;hpb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;p=nikiroo-utils.git diff --git a/src/jexer/TInputBox.java b/src/jexer/TInputBox.java index 813af88..d60d0b5 100644 --- a/src/jexer/TInputBox.java +++ b/src/jexer/TInputBox.java @@ -34,7 +34,7 @@ package jexer; * *
  * {@code
- *     box = application.inputBox(title, caption);
+ *     box = inputBox(title, caption);
  *     if (box.getText().equals("yes")) {
  *         ... the user entered "yes", do stuff ...
  *     }