plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/tmw/debug/internal/launch/ChromeInstancesManager.java
changeset 485 df4f55e8569e
parent 484 f5df819c1852
--- a/plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/tmw/debug/internal/launch/ChromeInstancesManager.java	Thu Sep 02 15:18:58 2010 -0700
+++ b/plugins/org.symbian.tools.tmw.debug/src/org/symbian/tools/tmw/debug/internal/launch/ChromeInstancesManager.java	Thu Sep 02 16:31:16 2010 -0700
@@ -171,7 +171,7 @@
     private String getChromeSpecialDir(String subdir) {
         IPath location = ResourcesPlugin.getWorkspace().getRoot().getLocation();
         if (CoreUtil.isLinux() && location.toString().length() > 50) {
-            location = new Path(System.getProperty("user.home")).append(".wrtdebug");
+            location = new Path(System.getProperty("user.home")).append(".tmwdebug");
         }
         return location.append(subdir).toOSString();
     }