ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Main.pas
(Generate patch)

Comparing oup/current/Main.pas (file contents):
Revision 222 by alloc, Mon Jun 18 14:22:53 2007 UTC vs.
Revision 224 by alloc, Mon Jun 18 14:49:24 2007 UTC

# Line 738 | Line 738 | type
738        classt: TTemplate;
739    end;
740   const
741 <  Tools: array[0..4] of TTool = (
741 >  Tools: array[0..5] of TTool = (
742      (name: 'binedit';     icon: 5; caption: 'Binary .dat-Editor'; classt: TForm_BinEdit),
743      (name: 'extractor';   icon: 8; caption: 'Extractor';          classt: TForm_Extractor),
744      (name: 'preview';     icon: 4; caption: 'Preview-Window';     classt: TForm_Preview),
745      (name: 'rawedit';     icon: 6; caption: 'Binary .raw-Editor'; classt: TForm_RawEdit),
746 < //    (name: 'txmpreplace'; icon: 7; caption: 'TXMP Replacer';      classt: TForm_TxmpReplace),
746 >    (name: 'txmpreplace'; icon: 7; caption: 'TXMP Replacer';      classt: TForm_TxmpReplace),
747      (name: 'meta'; icon: 11; caption: 'MetaEditor'; classt: TForm_Meta)
748    );
749   var

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)