Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-04-23 18:52:39 +0000
committerspingel2009-04-23 18:52:39 +0000
commitf9e13f4c9f0b743f01a2dfd76890377eebdbc7db (patch)
treec53fde35f6a740f9be3280913abc8deaab4586e8 /org.eclipse.mylyn.help.ui
parent323e57f212cdf9f517ad4cd52573c051184e4399 (diff)
downloadorg.eclipse.mylyn.tasks-f9e13f4c9f0b743f01a2dfd76890377eebdbc7db.tar.gz
org.eclipse.mylyn.tasks-f9e13f4c9f0b743f01a2dfd76890377eebdbc7db.tar.xz
org.eclipse.mylyn.tasks-f9e13f4c9f0b743f01a2dfd76890377eebdbc7db.zip
REOPENED - bug 256993: [e3.3] the Mylyn logo is missing from the Welcome page
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256993
Diffstat (limited to 'org.eclipse.mylyn.help.ui')
-rw-r--r--org.eclipse.mylyn.help.ui/intro/css/overview.properties8
-rw-r--r--org.eclipse.mylyn.help.ui/intro/css/tutorials.properties4
-rw-r--r--org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties2
-rw-r--r--org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml2
-rw-r--r--org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml2
5 files changed, 12 insertions, 6 deletions
diff --git a/org.eclipse.mylyn.help.ui/intro/css/overview.properties b/org.eclipse.mylyn.help.ui/intro/css/overview.properties
index 925db2204..c028a26c4 100644
--- a/org.eclipse.mylyn.help.ui/intro/css/overview.properties
+++ b/org.eclipse.mylyn.help.ui/intro/css/overview.properties
@@ -1,4 +1,4 @@
-overview.mylyn-overview.link-icon = ../../images/topiclabel/ov_mylyn48.gif
-overview.mylyn-overview.hover-icon = ../../images/topiclabel/ov_mylyn48_hov.gif
-overview.mylyn-legend.link-icon = ../../images/topiclabel/ov_legend48.gif
-overview.mylyn-legend.hover-icon = ../../images/topiclabel/ov_legend48_hov.gif
+overview.mylyn-overview.link-icon = images/topiclabel/ov_mylyn48.gif
+overview.mylyn-overview.hover-icon = images/topiclabel/ov_mylyn48_hov.gif
+overview.mylyn-legend.link-icon = images/topiclabel/ov_legend48.gif
+overview.mylyn-legend.hover-icon = images/topiclabel/ov_legend48_hov.gif
diff --git a/org.eclipse.mylyn.help.ui/intro/css/tutorials.properties b/org.eclipse.mylyn.help.ui/intro/css/tutorials.properties
new file mode 100644
index 000000000..6d8dac3f2
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/intro/css/tutorials.properties
@@ -0,0 +1,4 @@
+tutorials.mylyn-query.link-icon = images/topiclabel/tu_query48.gif
+tutorials.mylyn-query.hover-icon = images/topiclabel/tu_query48_hov.gif
+tutorials.mylyn-task.link-icon = images/topiclabel/tu_task48.gif
+tutorials.mylyn-task.hover-icon = images/topiclabel/tu_task48_hov.gif
diff --git a/org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties b/org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties
new file mode 100644
index 000000000..af2e13db1
--- /dev/null
+++ b/org.eclipse.mylyn.help.ui/intro/css/whatsnew.properties
@@ -0,0 +1,2 @@
+whatsnew.mylyn-noteworthy.link-icon = images/topiclabel/wn_mylyn48.gif
+whatsnew.mylyn-noteworthy.hover-icon = images/topiclabel/wn_mylyn48_hov.gif
diff --git a/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml b/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml
index 5aa015537..c54ac8059 100644
--- a/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml
+++ b/org.eclipse.mylyn.help.ui/intro/tutorialsExtensionContent.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<introContent>
<extensionContent id="org.eclipse.mylyn" name="Mylyn"
- style="css/tutorials.css" path="tutorials/@">
+ style="css/tutorials.css" alt-style="css/tutorials.properties" path="tutorials/@">
<group label="Task-focused programming" id="mylyn" style-id="content-group">
<link
url="http://org.eclipse.ui.intro/showStandby?partId=org.eclipse.platform.cheatsheet&amp;input=org.eclipse.mylyn.cheatsheet.query"
diff --git a/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml b/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml
index b9b4d7e00..aad68cc2e 100644
--- a/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml
+++ b/org.eclipse.mylyn.help.ui/intro/whatsnewExtensionContent.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<introContent>
<extensionContent id="org.eclipse.mylyn" name="Mylyn"
- style="css/whatsnew.css" path="whatsnew/@">
+ style="css/whatsnew.css" alt-style="css/whatsnew.properties" path="whatsnew/@">
<group id="content-group" style-id="content-group">
<link label="Mylyn"
url="http://www.eclipse.org/mylyn/new/"

Back to the top