Changeset 1159 for trunk/dll/collect.c
- Timestamp:
- Sep 5, 2008, 11:41:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/collect.c
r1120 r1159 1 2 1 /*********************************************************************** 3 2 … … 83 82 #include "notebook.h" // CfgDlgProc 84 83 #include "command.h" // RunCommand 84 #include "worker.h" // Action, MassAction 85 #include "notify.h" // AddNote 86 #include "misc.h" // AdjustCnrColsForPref, AdjustDetailsSwitches, CnrDirectEdit, 87 // LoadDetailsSwitches, OpenEdit, QuickPopup, SayFilter 88 // SaySort, SayView, SetCnrCols, SetDetailsSwitches 89 // SetSortChecks, SetViewMenu, disable_menuitem 90 #include "chklist.h" // CenterOverWindow, DropListProc 91 #include "collect.h" 92 #include "common.h" // CommonCnrProc, CommonCreateTextChildren, CommonFrameWndProc 93 // CommonTextPaint 94 #include "select.h" // DeselectAll, HideAll, RemoveAll, SelectAll, SelectList 95 #include "dirsize.h" // DirSizeProc 96 #include "grep2.h" // GrepDlgProc 97 #include "mainwnd.h" // MakeBubble 98 #include "objwin.h" // MakeObjWin 99 #include "saveclip.h" // SaveListDlgProc 100 #include "findrec.h" // ShowCnrRecord 101 #include "sortcnr.h" // SortCollectorCnr 102 #include "seeall.h" // StartSeeAll 103 #include "update.h" // UpdateCnrList, UpdateCnrRecord 85 104 #include "fm3dll.h" 105 #include "select.h" // InvertAll 86 106 87 107 #include "fortify.h"
Note:
See TracChangeset
for help on using the changeset viewer.