home *** CD-ROM | disk | FTP | other *** search
- {
-
- ProcessInfoToolbar = {
- defaultItemIdentifiers = (
- LSToolbarExport,
- LSToolbarQuitApplication,
- LSToolbarInspectItem,
- LSToolbarFilterItem,
- LSToolbarShowFilterItem,
- );
- allowedItemIdentifiers = (
- LSToolbarQuitApplication,
- LSToolbarExport,
- LSToolbarInspectItem,
- LSToolbarFilterItem,
- LSToolbarSample,
- LSToolbarShowFilterItem,
- NSToolbarSeparatorItem,
- NSToolbarSpaceItem,
- NSToolbarFlexibleSpaceItem,
- NSToolbarShowColorsItem,
- NSToolbarShowFontsItem,
- NSToolbarCustomizeToolbarItem,
- NSToolbarPrintItem,
- );
- itemInfoByIdentifier = {
- LSToolbarQuitApplication = {
- label = "Quit Process";
- paletteLabel = "Quit Process";
- toolTip = "Force a process to quit";
- action = "quitProcess:";
- imageName = "stop";
- };
- LSToolbarSample = {
- label = "Sample Process";
- paletteLabel = "Sample Process";
- toolTip = "Take a sample of a running process";
- action = "sample:";
- imageName = "Sampler";
- };
- LSToolbarExport = {
- label = "Export";
- paletteLabel = "Export";
- toolTip = "Save this process list";
- action = "export:";
- imageName = "Mail";
- };
- LSToolbarFilterItem = {
- label = "Filter";
- paletteLabel = "Filter";
- toolTip = "Show only processes containing the string specified";
- view = "_filterTextField";
- };
- LSToolbarShowFilterItem = {
- label = "Show";
- paletteLabel = "Show";
- toolTip = "Display processes in the category specified";
- view = "_showPopup";
- };
- LSToolbarInspectItem = {
- label = "Inspect";
- paletteLabel = "Inspect";
- toolTip = "See information about the selected process";
- action = "inspect:";
- imageName = "Inspect";
- };
- };
- };
-
- NSShowNonLocalizedStrings = YES;
-
- }
-