diff --git a/src/main/java/org/opennars/gui/NARControls.java b/src/main/java/org/opennars/gui/NARControls.java
index 8702c5c3afd1699636b3d7fd6e61444d35e433fe..8cdc3a858a4a87038a2883abbb9f2fdd898cc97c 100644
--- a/src/main/java/org/opennars/gui/NARControls.java
+++ b/src/main/java/org/opennars/gui/NARControls.java
@@ -243,7 +243,7 @@ public class NARControls extends JPanel implements ActionListener, EventObserver
         String filePath = directoryName + fileName;
 
         try {
-            System.out.println("TODO load file");
+            nar.addInputFile(filePath);
             //nar.addInput(new TextInput(new File(filePath)));
         } catch (Exception ex) {
             ex.printStackTrace();