Fix merge to RCL_2_4 for bug 9997. RCL_2_4
authortimkelly
Tue, 10 Nov 2009 09:48:59 -0600
branchRCL_2_4
changeset 572 72857169a530
parent 571 a7ae4dccdf8a
child 573 d66c8cb9b9b2
Fix merge to RCL_2_4 for bug 9997.
project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/importWizards/ProjectPropertiesPage.java
--- a/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/importWizards/ProjectPropertiesPage.java	Mon Nov 09 13:10:39 2009 -0600
+++ b/project/com.nokia.carbide.cpp.project.ui/src/com/nokia/carbide/cpp/internal/project/ui/importWizards/ProjectPropertiesPage.java	Tue Nov 10 09:48:59 2009 -0600
@@ -250,6 +250,9 @@
 					}
 				}
 			}
+			else {
+				setMessage(Messages.ProjectPropertiesPage_directoryIsRoot, IStatus.WARNING);
+			}
 			
 		}
 		return true;