Ignore:
Timestamp:
2000-08-10T14:08:18+12:00 (24 years ago)
Author:
say1
Message:

now actually calling tipaction code

File:
1 edited

Legend:

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

    r1366 r1391  
    5252#include "buildaction.h"
    5353#include "delhistoryaction.h"
     54#include "tipaction.h"
    5455
    5556#include "browserclass.h"
     
    224225  // the list of actions. Note: these actions will become invalid
    225226  // at the end of this function.
     227  tipaction atipaction;
     228  recpt.add_action (&atipaction);
     229
    226230  statusaction astatusaction;
    227231  astatusaction.set_receptionist (&recpt);
Note: See TracChangeset for help on using the changeset viewer.