blob: e100bd5fff9da18054daf2ec4197ef136061bf86 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 STMicroelectronics.
* 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:
* STMicroelectronics - Process console enhancements
*******************************************************************************/
package org.eclipse.cdt.debug.mi.ui.console.actions;
/** @since 6.2 */
public interface IMiConsoleImagesConst {
public static final String IMG_SAVE_CONSOLE = "icons/obj16/save_console.gif"; //$NON-NLS-1$
public static final String IMG_VERBOSE_CONSOLE = "icons/obj16/verbose_mode_co.gif"; //$NON-NLS-1$
}