Changeset 1911
- Timestamp:
- 2001-02-07 11:54:06 (8 years ago)
- Files:
-
- trunk/gsdl/src/recpt/librarymain.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gsdl/src/recpt/librarymain.cpp
r1870 r1911 51 51 #include "usersaction.h" 52 52 #include "extlinkaction.h" 53 #include "delhistoryaction.h"54 53 #include "tipaction.h" 55 54 #include "collectoraction.h" … … 229 228 recpt.add_action (&aauthenaction); 230 229 231 delhistoryaction adelhistoryaction;232 recpt.add_action(&adelhistoryaction);233 234 230 collectoraction acollectoraction; 235 231 acollectoraction.set_receptionist (&recpt);
