Ignore:
Timestamp:
Jun 2, 2009, 8:55:27 PM (16 years ago)
Author:
RBRi
Message:

format update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/MainForm.pas

    r342 r344  
    30203020              nil,
    30213021              true );
    3022   SetStatus( OpenedTopicMsg
    3023              + IntToStr( Topic.Index ) );
     3022  SetStatus( OpenedTopicMsg + IntToStr( Topic.Index ) );
    30243023
    30253024  Navigating:= true;
     
    37283727  try
    37293728    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 ) );
    37323730  except
    37333731    // ignore exceptions if there isn't a valid current topic
Note: See TracChangeset for help on using the changeset viewer.