Ignore:
Timestamp:
2002-12-20T11:56:51+13:00 (21 years ago)
Author:
sjboddie
Message:

Added langaction

File:
1 edited

Legend:

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

    r2572 r3632  
    5757#include "browseaction.h"
    5858#include "phindaction.h"
     59#if defined(USE_LANGACTION)
     60#include "langaction.h"
     61#endif
    5962
    6063#include "browserclass.h"
     
    155158  recpt.add_action(&aphindaction);
    156159
     160#if defined(USE_LANGACTION)
     161  langaction alangaction;
     162  recpt.add_action(&alangaction);
     163#endif
     164
    157165  // list of browsers
    158166  vlistbrowserclass avlistbrowserclass;
Note: See TracChangeset for help on using the changeset viewer.