Ignore:
Timestamp:
Jan 10, 2007, 8:48:12 PM (19 years ago)
Author:
RBRi
Message:

Format fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/StartupUnit.pas

    r46 r48  
    262262var
    263263  tmpCmdLine: String;
    264   tmpRc : Integer;
    265 
    266264  ExistingWindow: HWND;
    267265begin
     
    287285    // destroy global list - nobody else will
    288286    GlobalFilelist.Destroy;
    289     // TODO rbri maybe we need the next line
    290     // Parameters.FilenamesParam.Destroy;
    291287
    292288    WinSetFocus( HWND_DESKTOP, ExistingWindow );
     
    304300      PostNewViewTextMessage( ExistingWindow,
    305301                              NHM_GLOBAL_SEARCH,
    306                               CmdLineParameters.getSearchText );
     302                              CmdLineParameters.getSearchText);
    307303    end;
    308304
Note: See TracChangeset for help on using the changeset viewer.