Changeset 961


Ignore:
Timestamp:
2000-02-22T10:54:32+13:00 (24 years ago)
Author:
sjboddie
Message:

added search history stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/cgiwrapper.cpp

    r902 r961  
    4343#include "extlinkaction.h"
    4444//#include "buildaction.h"
     45#include "delhistoryaction.h"
    4546
    4647// browsers
     
    450451  recpt.add_action (aauthenaction);
    451452
     453  delhistoryaction adelhistoryaction;
     454  recpt.add_action(&adelhistoryaction);
     455
    452456
    453457  // list of browsers
Note: See TracChangeset for help on using the changeset viewer.