Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 85608 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/ui/internal/ide/dialogs/IDEWorkbenchPreferencePage.java (+1 lines)
Lines 41-46 Link Here
41
        Composite composite = createComposite(parent);
41
        Composite composite = createComposite(parent);
42
42
43
        createShowUserDialogPref(composite);
43
        createShowUserDialogPref(composite);
44
        createNoStealFocusPref(composite);
44
        createStickyCyclePref(composite);
45
        createStickyCyclePref(composite);
45
        createHeapStatusPref(composite);
46
        createHeapStatusPref(composite);
46
        
47
        

Return to bug 85608