--- oup/current/Main.pas 2007/11/25 14:24:53 247 +++ oup/current/Main.pas 2007/11/26 11:02:28 248 @@ -508,7 +508,6 @@ begin entry.Name := 'menu_conn_' + IntToStr(i); entry.OnClick := menu_conns_itemClick; menu_conns.Add(entry); - entry := nil; end; end; end; @@ -521,7 +520,7 @@ begin opend.InitialDir := AppSettings.DatPath; opend.Filter := 'Compatible level files|*.dat;*.oni;*.oldb|Oni level (*.dat)|*.dat|OniSplit Archive (*.oni)|*.oni|OUP level database (*.oldb)|*.oldb|Any (*.*)|*'; if typedb then - opend.FilterIndex := 3 + opend.FilterIndex := 4 else opend.FilterIndex := 2; if opend.Execute then