blob: c60089af0ce6d764d6da60b31a9615497bc1d489 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2012 Sierra Wireless 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:
* Sierra Wireless - initial API and implementation
*******************************************************************************/
package org.eclipse.ldt.debug.ui.internal;
public interface ImageConstants {
String LUA_DEBUG_UNREACHABLE_STACK_FRAME = "icons/obj16/stckframe_unreachable.gif"; //$NON-NLS-1$
String LUA_DEBUG_CCODE_STACK_FRAME = "icons/obj16/stckframe_ccode.gif"; //$NON-NLS-1$
String LUA_DEBUG_SPECIAL_VAR = "icons/obj16/specialfield_obj.gif"; //$NON-NLS-1$
String LUA_ATTACH_MAINTAB = "icons/obj16/lua_attach_maintab.gif"; //$NON-NLS-1$
}