Community
Participate
Working Groups
/*******************************************************************************
* Copyright (c) 2004, 2009 IBM Corporation and others.
* Copyright (c) 2004, 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
public static String IntroLaunchBar_close_label;
public static String IntroLaunchBar_close_tooltip;
public static String IntroLaunchBar_restore_tooltip;
public static String IntroLaunchBar_welcome;
// Misc
// -------
###############################################################################
# Copyright (c) 2000, 2009 IBM Corporation and others.
# Copyright (c) 2000, 2013 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
IntroLaunchBar_close_label=Close
IntroLaunchBar_close_tooltip=Close
IntroLaunchBar_restore_tooltip=Restore Welcome
IntroLaunchBar_welcome=&Welcome
# Misc
# -------
/***************************************************************************************************
* Copyright (c) 2005, 2008 IBM Corporation and others. All rights reserved. This program and the
* Copyright (c) 2005, 2013 IBM Corporation and others. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse Public License v1.0
* http://www.eclipse.org/legal/epl-v10.html
* @see org.eclipse.ui.internal.IWindowTrim#getDisplayName()
*/
public String getDisplayName() {
return WorkbenchMessages.TrimCommon_IntroBar_TrimName;
return Messages.IntroLaunchBar_welcome;
}
/*