blob: be6d7996ccba506dbf148cb4b056f978d8c6f2ea [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2015 THALES GLOBAL SERVICES.
* 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:
* Thales - initial API and implementation
*******************************************************************************/
package org.eclipse.amalgam.explorer.activity.ui.internal;
import org.eclipse.ui.ISharedImages;
public class ActivityExplorerConstants {
public static final String NO_NAME = "no-name"; //$NON-NLS-1$
public static final String NO_TITLE = "no-title";//$NON-NLS-1$
public static final String NO_IMAGE = ISharedImages.IMG_OBJS_ERROR_TSK;
}