~piastucki/bzr-eclipse/execute-bit

« back to all changes in this revision

Viewing changes to org.vcs.bazaar.eclipse.ui/src/org/vcs/bazaar/eclipse/ui/preferences/BazaarDecoratorPreferencePage.java

  • Committer: Guillermo Gonzalez
  • Date: 2010-02-02 06:40:31 UTC
  • mfrom: (219 trunk)
  • mto: This revision was merged to the branch mainline in revision 223.
  • Revision ID: guillo.gonzo@gmail.com-20100202064031-r0hch2h8bq67y1sx
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        public BazaarDecoratorPreferencePage() {
27
27
                super(GRID);
28
28
                setPreferenceStore(EclipseBazaarUI.getDefault().getPreferenceStore());
29
 
                setDescription(UITexts.BazaarDecoratorPreferencesPage_description); //$NON-NLS-1$;
30
29
        }
31
30
 
32
31
        public void init(IWorkbench workbench) {