diff --git a/doc/org.eclipse.cdt.doc.user/intro/cdtIntro.xml b/doc/org.eclipse.cdt.doc.user/intro/cdtIntro.xml index 862c70de175..5a41214caa1 100644 --- a/doc/org.eclipse.cdt.doc.user/intro/cdtIntro.xml +++ b/doc/org.eclipse.cdt.doc.user/intro/cdtIntro.xml @@ -1,6 +1,7 @@ - \ No newline at end of file + diff --git a/doc/org.eclipse.cdt.doc.user/intro/cdtTutorial.xml b/doc/org.eclipse.cdt.doc.user/intro/cdtTutorial.xml index 0022012bce8..6283096c2ba 100644 --- a/doc/org.eclipse.cdt.doc.user/intro/cdtTutorial.xml +++ b/doc/org.eclipse.cdt.doc.user/intro/cdtTutorial.xml @@ -1,6 +1,8 @@ - + - + - Learn about what's new in CDT 4.0 + Learn about what's new in CDT 5.0 - \ No newline at end of file + diff --git a/doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev.png b/doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev.png new file mode 100644 index 00000000000..2fa961db444 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev.png differ diff --git a/doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev_hov.png b/doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev_hov.png new file mode 100644 index 00000000000..1a4df5bc837 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/intro/css/graphics/c_dev_hov.png differ diff --git a/doc/org.eclipse.cdt.doc.user/intro/css/graphics/sample.gif b/doc/org.eclipse.cdt.doc.user/intro/css/graphics/sample.gif deleted file mode 100644 index 5ff1ffc6743..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/intro/css/graphics/sample.gif and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/intro/css/graphics/sample_hov.gif b/doc/org.eclipse.cdt.doc.user/intro/css/graphics/sample_hov.gif deleted file mode 100644 index 6874164f5ba..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/intro/css/graphics/sample_hov.gif and /dev/null differ diff --git a/doc/org.eclipse.cdt.doc.user/intro/css/sample.css b/doc/org.eclipse.cdt.doc.user/intro/css/sample.css index 1ec3ee95996..cce04de3068 100644 --- a/doc/org.eclipse.cdt.doc.user/intro/css/sample.css +++ b/doc/org.eclipse.cdt.doc.user/intro/css/sample.css @@ -1,3 +1,3 @@ -a#orgeclipsecdtdocuserwelcome-introLink img { background-image : url(graphics/sample.gif); } -a#orgeclipsecdtdocuserwelcome-introLink:hover img { background-image : url(graphics/sample_hov.gif); } \ No newline at end of file +a#orgeclipsecdtdocuserwelcome-introLink img { background-image : url(graphics/c_dev.png); } +a#orgeclipsecdtdocuserwelcome-introLink:hover img { background-image : url(graphics/c_dev_hov.png); } diff --git a/doc/org.eclipse.cdt.doc.user/intro/swt/overview.properties b/doc/org.eclipse.cdt.doc.user/intro/swt/overview.properties new file mode 100644 index 00000000000..d88c2fc1b90 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/intro/swt/overview.properties @@ -0,0 +1,2 @@ +overview.orgeclipsecdtdocuserwelcome-introLink.link-icon = intro/css/graphics/c_dev.png +overview.orgeclipsecdtdocuserwelcome-introLink.hover-icon = intro/css/graphics/c_dev_hov.png diff --git a/doc/org.eclipse.cdt.doc.user/intro/swt/tutorial.properties b/doc/org.eclipse.cdt.doc.user/intro/swt/tutorial.properties new file mode 100644 index 00000000000..b4be71860c7 --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/intro/swt/tutorial.properties @@ -0,0 +1,2 @@ +tutorial.orgeclipsecdtdocuserwelcome-introLink.link-icon = intro/css/graphics/c_dev.png +tutorial.orgeclipsecdtdocuserwelcome-introLink.hover-icon = intro/css/graphics/c_dev_hov.png diff --git a/doc/org.eclipse.cdt.doc.user/intro/swt/whatsnew.properties b/doc/org.eclipse.cdt.doc.user/intro/swt/whatsnew.properties new file mode 100644 index 00000000000..9d06c413f2d --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/intro/swt/whatsnew.properties @@ -0,0 +1,2 @@ +whatsnew.orgeclipsecdtdocuserwelcome-introLink.link-icon = intro/css/graphics/c_dev.png +whatsnew.orgeclipsecdtdocuserwelcome-introLink.hover-icon = intro/css/graphics/c_dev_hov.png