Changeset 54 for trunk/NewView/StartupUnit.pas
- Timestamp:
- Jan 11, 2007, 9:08:05 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/StartupUnit.pas
r48 r54 27 27 // False if it should immediately exit. 28 28 function Startup: boolean; 29 30 function GetOwnHelpFileName: string;31 29 32 30 // Look for any items that are actually specifiying environment … … 168 166 end; 169 167 170 function GetOwnHelpFileName: string;171 begin172 Result := FindDefaultLanguageHelpFile( 'NewView' );173 end;174 168 175 169 // If another instance already has the files open
Note:
See TracChangeset
for help on using the changeset viewer.