提交 32f02d4c 编写于 作者: S serge-rider

#5831 Remove Mylyn notification preferences link


Former-commit-id: 4374e9fc
上级 c6b85190
......@@ -55,7 +55,6 @@ import java.util.List;
public class PrefPageDatabaseGeneral extends AbstractPrefPage implements IWorkbenchPreferencePage, IWorkbenchPropertyPage
{
public static final String PAGE_ID = "org.jkiss.dbeaver.preferences.main.common"; //$NON-NLS-1$
private static final String NOTIFICATIONS_PAGE_ID = "org.eclipse.mylyn.commons.notifications.preferencePages.Notifications";
private Button automaticUpdateCheck;
private Combo workspaceLanguage;
......@@ -119,12 +118,6 @@ public class PrefPageDatabaseGeneral extends AbstractPrefPage implements IWorkbe
CoreMessages.pref_page_ui_general_label_enable_notifications_tip, false, 2);
notificationsCloseDelay = UIUtils.createLabelSpinner(notificationsGroup, CoreMessages.pref_page_ui_general_label_notifications_close_delay, 0, 0, Integer.MAX_VALUE);
// Link to notifications config
new PreferenceLinkArea(notificationsGroup, SWT.NONE,
NOTIFICATIONS_PAGE_ID,
"<a>''{0}''</a> " + CoreMessages.pref_page_ui_general_label_settings,
(IWorkbenchPreferenceContainer) getContainer(), null); //$NON-NLS-1$
}
// Agent settings
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册