Revert "cleaned ede.epj of old file references"
[ede] / tests / libede / fileSystemBoxTestApp / FileSystemBoxTestApp.ec
index 38f4313..2f6d75a 100644 (file)
@@ -1,5 +1,5 @@
 import "ecere"
 import "ecere"
-import "EDE"
+import "ede"
 
 class FileSystemBoxTestWindow : Window
 {
 
 class FileSystemBoxTestWindow : Window
 {
@@ -14,7 +14,6 @@ class FileSystemBoxTestWindow : Window
    TabControl tabControl { this, background = activeBorder, anchor = { left = 4, top = 4, right = 4, bottom = 4 } };
 
    FileListTab fileListTab { tabControl };
    TabControl tabControl { this, background = activeBorder, anchor = { left = 4, top = 4, right = 4, bottom = 4 } };
 
    FileListTab fileListTab { tabControl };
-   JustFilesTab justFilesTab { tabControl };
    FolderListTab folderListTab { tabControl };
    FileTreeTab fileTreeTab { tabControl };
    FolderTreeTab folderTreeTab { tabControl };
    FolderListTab folderListTab { tabControl };
    FileTreeTab fileTreeTab { tabControl };
    FolderTreeTab folderTreeTab { tabControl };
@@ -43,18 +42,6 @@ class FileListTab : TestTab
    };
 }
 
    };
 }
 
-class JustFilesTab : TestTab
-{
-   text = "JustFiles";
-
-   FileSystemBox box
-   {
-      this;
-      filesOnly = true;
-      anchor = { left = 4, top = 4, right = 4, bottom = 4 };
-   };
-}
-
 class FolderListTab : TestTab
 {
    text = "FolderList";
 class FolderListTab : TestTab
 {
    text = "FolderList";