Show
Ignore:
Timestamp:
05/04/08 18:12:38 (7 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

reverted the char[] to String and use the an alias.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/custom/TableEditor.d

    r155 r212  
    4242*   for (int i = 0; i &lt; 10; i++) { 
    4343*       TableItem item = new TableItem(table, DWT.NONE); 
    44 *       item.setText(new char[][] {"item " + i, "edit this value"}); 
     44*       item.setText(new String[] {"item " + i, "edit this value"}); 
    4545*   } 
    4646*   column1.pack();