Bug 140095 - [Intro] Part of welcome is not displayed by national language
Summary: [Intro] Part of welcome is not displayed by national language
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P1 normal (vote)
Target Milestone: 3.2 RC4   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 140649 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-03 20:10 EDT by Hiroyuki Inaba CLA
Modified: 2006-05-09 17:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroyuki Inaba CLA 2006-05-03 20:10:15 EDT
Part (Overview, What's New) of welcome is not displayed by national language.

Fixed file: org.eclipse.platform/plugin.xml, Line: 68 to 82
Please insert "$nl$/" into path string of "content=" attribute.

   <extension point="org.eclipse.ui.intro.configExtension">
      <standbyContentPart
            id="org.eclipse.platform.cheatsheet"
            class="org.eclipse.platform.internal.CheatSheetStandbyContent"
            pluginId="org.eclipse.platform"/>
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
THIS=>      content="$nl$/intro/overviewEx.xml"/>
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
THIS=>      content="$nl$/intro/whatsnewEx1.xml"/>
      <configExtension
            configId="org.eclipse.ui.intro.universalConfig"
THIS=>      content="$nl$/intro/whatsnewEx2.xml"/>
   </extension>
Comment 1 Dejan Glozic CLA 2006-05-08 18:20:32 EDT
Done -thanks.
Comment 2 Karice McIntyre CLA 2006-05-09 17:17:20 EDT
*** Bug 140649 has been marked as a duplicate of this bug. ***