plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/ProjectCreationConfigFactory.java
changeset 479 518afa7c6d2f
parent 470 d4809db37847
child 480 b6d992b9b998
--- a/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/ProjectCreationConfigFactory.java	Tue Aug 24 17:21:16 2010 -0700
+++ b/plugins/org.symbian.tools.tmw.core/src/org/symbian/tools/tmw/core/runtimes/ProjectCreationConfigFactory.java	Tue Aug 31 11:58:53 2010 -0700
@@ -24,7 +24,7 @@
 public class ProjectCreationConfigFactory implements IActionConfigFactory {
     // Basically this is an ugly hack. Our project wizard will replace this config
     // object with WizardContext
-    public static final Object CONFIG_STANDIN = "standing_config";
+    public static final Object CONFIG_STANDIN = "standin_config";
 
     public Object create() throws CoreException {
         return CONFIG_STANDIN;