/******************************************************************************* * Copyright (c) 2008 Olivier Moises * * 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: * Olivier Moises- initial API and implementation *******************************************************************************/ package org.eclipse.wazaabi.ide.ui.editors; import org.eclipse.osgi.util.NLS; public class TreeEditorMessages extends NLS { public static String InsertECoreElementAction_ActionLabelText; public static String InsertECoreElementAction_ActionToolTipText; public static String SelectECoreElementWizard_SelectECorePage_Title; public static String SelectECoreElementWizard_SelectElementPage_Title; static { NLS.initializeMessages("messages", TreeEditorMessages.class); //$NON-NLS-1$ } }