Rename ListBox to Panel, matching dit.

This commit is contained in:
Hisham Muhammad
2006-05-30 13:47:28 +00:00
parent a853faaa2d
commit c2cdcd0c1d
27 changed files with 579 additions and 579 deletions

View File

@ -15,12 +15,12 @@ in the source distribution for its full text.
#include <fcntl.h>
#include "ProcessList.h"
#include "ListBox.h"
#include "Panel.h"
#include "FunctionBar.h"
typedef struct TraceScreen_ {
Process* process;
ListBox* display;
Panel* display;
FunctionBar* bar;
bool tracing;
} TraceScreen;