Merge branch 'subtree'
[fanfix.git] / src / jexer / TFileOpenBox.java
index eaa38ceea99cea1c3a4ab5e9239e77963ab8ec44..a2cc0cf7e48f2e68efebfefec3c66d14775796c9 100644 (file)
@@ -47,7 +47,7 @@ import static jexer.TKeypress.*;
  *
  * <pre>
  * {@code
- *     filename = application.fileOpenBox("/path/to/file.ext",
+ *     filename = fileOpenBox("/path/to/file.ext",
  *         TFileOpenBox.Type.OPEN);
  *     if (filename != null) {
  *         ... the user selected a file, go open it ...