Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 231156 Details for
Bug 408346
Don't use strings from internal NLS files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
fix
eclipse.platform.ua.internal.strings.patch (text/plain), 3.12 KB, created by
Michael Rennie
on 2013-05-17 10:11:44 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Michael Rennie
Created:
2013-05-17 10:11:44 EDT
Size:
3.12 KB
patch
obsolete
>diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.java b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.java >index f6d8bc1..f4b8861 100644 >--- a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.java >+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.java >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2004, 2009 IBM Corporation and others. >+ * Copyright (c) 2004, 2013 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 >@@ -49,6 +49,7 @@ > public static String IntroLaunchBar_close_label; > public static String IntroLaunchBar_close_tooltip; > public static String IntroLaunchBar_restore_tooltip; >+ public static String IntroLaunchBar_welcome; > > // Misc > // ------- >diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties >index 969253c..7fc672d 100644 >--- a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties >+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/Messages.properties >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2000, 2009 IBM Corporation and others. >+# Copyright (c) 2000, 2013 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 >@@ -49,6 +49,7 @@ > IntroLaunchBar_close_label=Close > IntroLaunchBar_close_tooltip=Close > IntroLaunchBar_restore_tooltip=Restore Welcome >+IntroLaunchBar_welcome=&Welcome > > # Misc > # ------- >diff --git a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java >index 381f6ab..1427a73 100644 >--- a/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java >+++ b/org.eclipse.ui.intro/src/org/eclipse/ui/internal/intro/impl/presentations/IntroLaunchBar.java >@@ -1,5 +1,5 @@ > /*************************************************************************************************** >- * Copyright (c) 2005, 2008 IBM Corporation and others. All rights reserved. This program and the >+ * Copyright (c) 2005, 2013 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 >@@ -563,7 +563,7 @@ > * @see org.eclipse.ui.internal.IWindowTrim#getDisplayName() > */ > public String getDisplayName() { >- return WorkbenchMessages.TrimCommon_IntroBar_TrimName; >+ return Messages.IntroLaunchBar_welcome; > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 408346
: 231156