*** empty log message ***
authorrgradisc
Thu, 13 Nov 2003 12:08:06 +0100
changeset 1160197c7669f4d8
parent 1159 e3a173a591e3
child 1161 459ab195ef8d
*** empty log message ***
src/java/isac/gui/worksheet/Worksheet.java
     1.1 --- a/src/java/isac/gui/worksheet/Worksheet.java	Thu Nov 13 11:54:40 2003 +0100
     1.2 +++ b/src/java/isac/gui/worksheet/Worksheet.java	Thu Nov 13 12:08:06 2003 +0100
     1.3 @@ -40,7 +40,7 @@
     1.4  	protected TreeTableModel model;		
     1.5  	/** Used to represent the model. */
     1.6  	protected JTreeTable treeTable;
     1.7 -  /** Dialog which is responsible for the communication with the KI */					
     1.8 +  /** Dialog which is responsible for the communication with the kernel */					
     1.9  	protected DGuide dialog;
    1.10    
    1.11    protected JButton nextStep;