Ignore:
Timestamp:
Jan 11, 2007, 9:08:05 PM (19 years ago)
Author:
RBRi
Message:

refactoring to simplify command line handling in MainForm
some tests fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/StartupUnit.pas

    r48 r54  
    2727// False if it should immediately exit.
    2828function Startup: boolean;
    29 
    30 function GetOwnHelpFileName: string;
    3129
    3230// Look for any items that are actually specifiying environment
     
    168166end;
    169167
    170 function GetOwnHelpFileName: string;
    171 begin
    172   Result := FindDefaultLanguageHelpFile( 'NewView' );
    173 end;
    174168
    175169// If another instance already has the files open
Note: See TracChangeset for help on using the changeset viewer.