mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Patch for Hoda Amer
- Removed any reference to jdt.ineternal package for property files in TextManipulationMessages and CUIMessages - Added a CUIMessages.properties file to org.eclipse.cdt.internal.ui
This commit is contained in:
parent
64911fc186
commit
32f2565b50
4 changed files with 19 additions and 2 deletions
|
@ -6,6 +6,11 @@
|
|||
Used the managed build info to get the current config for the target.
|
||||
* build/org/eclipse/cdt/ui/build/properties/BuildPropertyPage.java
|
||||
|
||||
2003-09-11 Hoda Amer
|
||||
- Removed any reference to jdt.ineternal package for propertiy files
|
||||
in TextManipulationMessages and CUIMessages
|
||||
- Added a CUIMessages.properties file to org.eclipse.cdt.internal.ui
|
||||
|
||||
2003-09-08 Bogdan Gheorghe
|
||||
- Changed search pop up menu in CEditor and CContentOutlinePage
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import java.util.ResourceBundle;
|
|||
|
||||
public class TextManipulationMessages {
|
||||
|
||||
private static final String BUNDLE_NAME= "org.eclipse.jdt.internal.corext.textmanipulation.Messages"; //$NON-NLS-1$
|
||||
private static final String BUNDLE_NAME= "org.eclipse.cdt.internal.corext.textmanipulation.Messages"; //$NON-NLS-1$
|
||||
|
||||
private static final ResourceBundle RESOURCE_BUNDLE= ResourceBundle.getBundle(BUNDLE_NAME);
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ import java.util.ResourceBundle;
|
|||
|
||||
public class CUIMessages {
|
||||
|
||||
private static final String RESOURCE_BUNDLE= "org.eclipse.jdt.internal.ui.JavaUIMessages";//$NON-NLS-1$
|
||||
private static final String RESOURCE_BUNDLE= "org.eclipse.cdt.internal.ui.CUIMessages";//$NON-NLS-1$
|
||||
|
||||
private static ResourceBundle fgResourceBundle= ResourceBundle.getBundle(RESOURCE_BUNDLE);
|
||||
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2002,2003 Rational Software Corporation and others.
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Common Public License v0.5
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/cpl-v05.html
|
||||
#
|
||||
# Contributors:
|
||||
# Rational Software - Initial API and implementation
|
||||
###############################################################################
|
||||
|
||||
ExceptionDialog.seeErrorLogMessage= See error log for more details.
|
Loading…
Add table
Reference in a new issue