Changeset 25 for branches/lazarus/index.pas
- Timestamp:
- Sep 8, 2010, 8:34:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/lazarus/index.pas
r24 r25 14 14 with Application do 15 15 try 16 RegisterPage(' index', MainPage);16 RegisterPage('Main', MainPage); 17 17 Run; 18 18 finally
Note:
See TracChangeset
for help on using the changeset viewer.