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 227 by alloc, Tue Jun 19 22:06:10 2007 UTC vs.
Revision 241 by alloc, Tue Jul 17 22:27:16 2007 UTC

# Line 253 | Line 253 | begin
253  
254    ConManager.OnCoonnectionListChanged := UpdateConLists;
255  
256 +  Application.HintPause := 250;
257 +  Application.HintHidePause := 5000;
258 +
259    if FileExists(ExtractFilepath(Application.EXEname) + '\oniunpacker.ini') then
260    begin
261      AssignFile(AppSettingsFile, ExtractFilepath(Application.EXEname) +
# Line 812 | Line 815 | end;
815  
816   function TForm_Main.open_child(window_context: String; Connection: Integer): TForm_BaseTemplate;
817   begin
818 <  open_child(window_context, Connection, -1);
818 >  Result := open_child(window_context, Connection, -1);
819   end;
820  
821   function TForm_Main.open_child(window_context: String): TForm_BaseTemplate;
822   begin
823 <  open_child(window_context, -1, -1);
823 >  Result := open_child(window_context, -1, -1);
824   end;
825  
826   end.

Diff Legend

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