Fixed 2164. Use Preferences->WRT->Deployment to set deployment preferences
authortasneems@symbian.org
Thu, 11 Mar 2010 13:32:20 -0800
changeset 253 10b29e66acf7
parent 252 87ba64dae28d
child 254 78b83bc27fa2
Fixed 2164. Use Preferences->WRT->Deployment to set deployment preferences
org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/deploy/WrtDeployActionDelegate.java
--- a/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/deploy/WrtDeployActionDelegate.java	Thu Mar 11 13:15:14 2010 -0800
+++ b/org.symbian.tools.wrttools/src/org/symbian/tools/wrttools/core/deploy/WrtDeployActionDelegate.java	Thu Mar 11 13:32:20 2010 -0800
@@ -107,7 +107,7 @@
 			
 		} else {
 			MessageDialog.openInformation(shell, "Deploy error",
-					" Invalid deployment preferences. Use \"Deployment Settings for WRT Application\" to set deployment preferences.");
+					" Invalid deployment preferences. Use \"Preferences\"->\"WRT\"->\"Deployment\" to set deployment preferences.");
 		}
 	}