Ignore:
Timestamp:
2001-06-01T14:51:29+12:00 (23 years ago)
Author:
sjboddie
Message:

Changes to get phind working under windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/librarymain.cpp

    r2389 r2487  
    5656#include "collectoraction.h"
    5757#include "browseaction.h"
     58#include "phindaction.h"
    5859
    5960#include "browserclass.h"
     
    150151  recpt.add_action(&abrowseaction);
    151152
     153  phindaction aphindaction;
     154  recpt.add_action(&aphindaction);
     155
    152156  // list of browsers
    153157  vlistbrowserclass avlistbrowserclass;
Note: See TracChangeset for help on using the changeset viewer.