--- oup/current/Main.pas 2006/12/23 23:36:07 53 +++ oup/releases/0.33a/Main.pas 2007/01/11 23:38:49 76 @@ -599,31 +599,31 @@ begin begin toolform := TForm_BinEdit.Create(Self); toolform.Caption := 'Binary .dat-Editor ' + IntToStr(tag); - iconindex := 4; + iconindex := 5; end; if window_context = 'extractor' then begin toolform := TForm_Extractor.Create(Self); toolform.Caption := 'Extractor ' + IntToStr(tag); - iconindex := 7; + iconindex := 8; end; if window_context = 'preview' then begin toolform := TForm_Preview.Create(Self); toolform.Caption := 'Preview-Window ' + IntToStr(tag); - iconindex := 3; + iconindex := 4; end; if window_context = 'rawedit' then begin toolform := TForm_RawEdit.Create(Self); toolform.Caption := 'Binary .raw-Editor ' + IntToStr(tag); - iconindex := 5; + iconindex := 6; end; if window_context = 'txmpreplace' then begin toolform := TForm_TxmpReplace.Create(Application); toolform.Caption := 'TXMP Replacer ' + IntToStr(tag); - iconindex := 6; + iconindex := 7; end; if Assigned(toolform) then