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 408346
Collapse All | Expand All

(-)a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.java (-1 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2004, 2009 IBM Corporation and others.
2
 * Copyright (c) 2004, 2013 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 49-54 Link Here
49
    public static String IntroLaunchBar_close_label;
49
    public static String IntroLaunchBar_close_label;
50
    public static String IntroLaunchBar_close_tooltip;
50
    public static String IntroLaunchBar_close_tooltip;
51
    public static String IntroLaunchBar_restore_tooltip;
51
    public static String IntroLaunchBar_restore_tooltip;
52
	public static String IntroLaunchBar_welcome;
52
53
53
    // Misc
54
    // Misc
54
    // -------
55
    // -------
(-)a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties (-1 / +2 lines)
Lines 1-5 Link Here
1
###############################################################################
1
###############################################################################
2
# Copyright (c) 2000, 2009 IBM Corporation and others.
2
# Copyright (c) 2000, 2013 IBM Corporation and others.
3
# All rights reserved. This program and the accompanying materials
3
# All rights reserved. This program and the accompanying materials
4
# are made available under the terms of the Eclipse Public License v1.0
4
# are made available under the terms of the Eclipse Public License v1.0
5
# which accompanies this distribution, and is available at
5
# which accompanies this distribution, and is available at
Lines 49-54 Link Here
49
IntroLaunchBar_close_label=Close
49
IntroLaunchBar_close_label=Close
50
IntroLaunchBar_close_tooltip=Close
50
IntroLaunchBar_close_tooltip=Close
51
IntroLaunchBar_restore_tooltip=Restore Welcome
51
IntroLaunchBar_restore_tooltip=Restore Welcome
52
IntroLaunchBar_welcome=&Welcome
52
53
53
# Misc
54
# Misc
54
# -------
55
# -------
(-)a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java (-2 / +2 lines)
Lines 1-5 Link Here
1
/***************************************************************************************************
1
/***************************************************************************************************
2
 * Copyright (c) 2005, 2008 IBM Corporation and others. All rights reserved. This program and the
2
 * Copyright (c) 2005, 2013 IBM Corporation and others. All rights reserved. This program and the
3
 * accompanying materials are made available under the terms of the Eclipse Public License v1.0
3
 * accompanying materials are made available under the terms of the Eclipse Public License v1.0
4
 * which accompanies this distribution, and is available at
4
 * which accompanies this distribution, and is available at
5
 * http://www.eclipse.org/legal/epl-v10.html
5
 * http://www.eclipse.org/legal/epl-v10.html
Lines 563-569 Link Here
563
	 * @see org.eclipse.ui.internal.IWindowTrim#getDisplayName()
563
	 * @see org.eclipse.ui.internal.IWindowTrim#getDisplayName()
564
	 */
564
	 */
565
	public String getDisplayName() {
565
	public String getDisplayName() {
566
		return WorkbenchMessages.TrimCommon_IntroBar_TrimName;
566
		return Messages.IntroLaunchBar_welcome;
567
	}
567
	}
568
568
569
	/*
569
	/*

Return to bug 408346