blob: a33ae0f8a93aa3f0c93e8f1d141f2db5f9c9f150 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2009 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
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM - Initial API and implementation
* Pawel Piech - Wind River - adapted to use in Debug view
*******************************************************************************/
package org.eclipse.debug.internal.ui.views.launch;
import org.eclipse.osgi.util.NLS;
public class LaunchViewMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.debug.internal.ui.views.launch.LaunchViewMessages";//$NON-NLS-1$
public static String Breadcrumb_NoActiveContext;
public static String LaunchView_ViewModeMenu_label;
public static String DebugViewModeAction_Auto_label;
public static String DebugViewModeAction_Auto_tooltip;
public static String DebugViewModeAction_Auto_description;
public static String DebugViewModeAction_Full_label;
public static String DebugViewModeAction_Full_tooltip;
public static String DebugViewModeAction_Full_description;
public static String DebugViewModeAction_Compact_label;
public static String DebugViewModeAction_Compact_tooltip;
public static String DebugViewModeAction_Compact_description;
public static String BreadcrumbDropDownAutoExpandAction_label;
public static String BreadcrumbDropDownAutoExpandAction_tooltip;
public static String BreadcrumbDropDownAutoExpandAction_description;
static {
// load message values from bundle file
NLS.initializeMessages(BUNDLE_NAME, LaunchViewMessages.class);
}
}