1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 14:15:23 +02:00

[181112] NLS missing messages in Security Prefs Page

This commit is contained in:
Martin Oberhuber 2007-04-05 08:09:09 +00:00
parent 0c5ccb71c1
commit e3425deafb

View file

@ -1,5 +1,5 @@
/********************************************************************************
* Copyright (c) 2006 IBM Corporation. All rights reserved.
* Copyright (c) 2006, 2007 IBM Corporation 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
@ -11,7 +11,7 @@
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
*
* Contributors:
* {Name} (company) - description of contribution.
* Martin Oberhuber (Wind River) - [181112] NLS missing messages
********************************************************************************/
package org.eclipse.rse.internal.dstore.security;
@ -23,7 +23,7 @@ import org.eclipse.osgi.util.NLS;
public class UniversalSecurityProperties extends NLS
{
private static String BUNDLE_NAME = "org.eclipse.rse.dstore.security.UniversalSecurityProperties";//$NON-NLS-1$
private static String BUNDLE_NAME = "org.eclipse.rse.internal.dstore.security.UniversalSecurityProperties";//$NON-NLS-1$
public static String RESID_SECURITY_CERTIFICATE_PROP_TITLE;