changed default theme to slate
authorfturovic <frank.turovich@nokia.com>
Wed, 07 Jul 2010 10:55:10 -0500
changeset 1585 0c61100dff19
parent 1583 5562fcf06df5
child 1587 c7ab3cbf655a
changed default theme to slate
core/com.nokia.carbide.cpp/plugin.properties
core/com.nokia.carbide.cpp/plugin.xml
--- a/core/com.nokia.carbide.cpp/plugin.properties	Wed Jul 07 09:29:53 2010 -0500
+++ b/core/com.nokia.carbide.cpp/plugin.properties	Wed Jul 07 10:55:10 2010 -0500
@@ -13,7 +13,7 @@
 This product includes software developed by Eclipse Project.\n\
 Visit http://www.eclipse.org/
 
-theme.name.carbide = Slate
+theme.name.carbide = slate
 
 carbcPreference.common=carbide symbian cpp cplusplus
 carbcPreference.diagnostics=diagnostic logs
--- a/core/com.nokia.carbide.cpp/plugin.xml	Wed Jul 07 09:29:53 2010 -0500
+++ b/core/com.nokia.carbide.cpp/plugin.xml	Wed Jul 07 10:55:10 2010 -0500
@@ -90,6 +90,7 @@
       </introProductBinding>
    </extension>
 
+<!--
 <extension   
 	id="intro"
 	point="org.eclipse.ui.intro.config">
@@ -97,25 +98,26 @@
 		introId="com.nokia.carbide.cpp.intro"
 		id="com.nokia.carbide.cpp.introConfig"
 		content="intro/introContent.xml">
-	<presentation
-		home-page-id="root" standby-page-id="standby">
-			<implementation
- 				ws="win32"
-                style="$theme$/html/shared.css"
-				kind="html"
-				os="win32">
-			</implementation>
-			<implementation
-				kind="swt">
-			</implementation>
-			<launchBar
-               	location="fastview" 
-            	bg="$launchbarBackground$"
-            	computed="true" >
-			</launchBar>
-	</presentation>
+		<presentation
+			home-page-id="root" standby-page-id="standby">
+				<implementation
+	 				ws="win32"
+	                style="$theme$/html/shared.css"
+					kind="html"
+					os="win32">
+				</implementation>
+				<implementation
+					kind="swt">
+				</implementation>
+				<launchBar
+	               	location="fastview" 
+	            	bg="$launchbarBackground$"
+	            	computed="true" >
+				</launchBar>
+		</presentation>
 	</config>
 </extension>  
+-->
 
 <!-- =================================================================================== -->
 <!-- Universal intro extensions to show content in welcome pages                         -->