Changeset 344 for trunk/NewView/MainForm.pas
- Timestamp:
- Jun 2, 2009, 8:55:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/MainForm.pas
r342 r344 3020 3020 nil, 3021 3021 true ); 3022 SetStatus( OpenedTopicMsg 3023 + IntToStr( Topic.Index ) ); 3022 SetStatus( OpenedTopicMsg + IntToStr( Topic.Index ) ); 3024 3023 3025 3024 Navigating:= true; … … 3728 3727 try 3729 3728 if CurrentTopic <> nil then 3730 WriteLn( F, 'Last major topic index: ' 3731 + IntToStr( CurrentTopic.Index ) ); 3729 WriteLn( F, 'Last major topic index: ' + IntToStr( CurrentTopic.Index ) ); 3732 3730 except 3733 3731 // ignore exceptions if there isn't a valid current topic
Note:
See TracChangeset
for help on using the changeset viewer.