Changeset 12 for trunk/LazFuckIDE.lpr
- Timestamp:
- Feb 11, 2012, 4:32:27 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 3 3 LazFuckIDE.lps 4 4 backup 5 LazFuckIDE
-
- Property svn:ignore
-
trunk/LazFuckIDE.lpr
r9 r12 4 4 5 5 uses 6 {$IFDEF UNIX} {$IFDEF UseCThreads}6 {$IFDEF UNIX}//{$IFDEF UseCThreads} 7 7 cthreads, 8 {$ENDIF}{$ENDIF} 8 //{$ENDIF} 9 {$ENDIF} 9 10 Interfaces, // this includes the LCL widgetset 10 11 Forms, UMainForm, UBrainFuck, UInterpreterForm, UApplicationInfo, … … 15 16 16 17 begin 17 Application.Title:='LazFuck ';18 Application.Title:='LazFuck IDE'; 18 19 RequireDerivedFormResource := True; 19 20 Application.Initialize;
Note:
See TracChangeset
for help on using the changeset viewer.