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 249658 Details for
Bug 435040
Perspective name not localized in SelectPerspectiveDialog
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]
patch
PerspectiveRegistry.patch (text/plain), 904 bytes, created by
Alexander Baranov
on 2014-12-30 07:28:21 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Alexander Baranov
Created:
2014-12-30 07:28:21 EST
Size:
904 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java >index 57bc311..1ed51ca 100644 >--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java >+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/registry/PerspectiveRegistry.java >@@ -73,7 +73,7 @@ > > if (existingDescriptor == null) { > // A custom perspective with its own name. >- String label = perspective.getLabel(); >+ String label = perspective.getLocalizedLabel(); > String originalId = getOriginalId(perspective.getElementId()); > PerspectiveDescriptor originalDescriptor = descriptors.get(originalId); > PerspectiveDescriptor newDescriptor = new PerspectiveDescriptor(id, label,
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 435040
:
243162
| 249658