/******************************************************************************* * Copyright (c) 2012 Marc-Andre Laperle * 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: * Marc-Andre Laperle - initial API and implementation *******************************************************************************/ package org.eclipse.cdt.codan.internal.ui; public interface ImageConstants { String ICON_WARNING = "icons/yellow_bug.gif"; //$NON-NLS-1$ String ICON_ERROR = "icons/red_bug.gif"; //$NON-NLS-1$ String ICON_INFO = "icons/blue_bug.gif"; //$NON-NLS-1$ }