Changeset 332


Ignore:
Timestamp:
Aug 30, 2008, 9:36:12 PM (17 years ago)
Author:
RBRi
Message:

small format update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.19_branch/NewView/MainForm.pas

    r329 r332  
    30553055              nil,
    30563056              true );
    3057   SetStatus( OpenedTopicMsg
    3058              + IntToStr( Topic.Index ) );
     3057  SetStatus( OpenedTopicMsg + IntToStr( Topic.Index ) );
    30593058
    30603059  Navigating:= true;
     
    46454644    // the "no results" place holder
    46464645    exit;
     4646
    46474647  Topic := SelectedObject( SearchResultsListBox ) as TTopic;
    46484648  DisplayTopic( Topic );
Note: See TracChangeset for help on using the changeset viewer.