1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix CN drop external files into source folder

This commit is contained in:
Anton Leherbauer 2006-11-06 11:23:14 +00:00
parent c2ad331a4e
commit 02e693474e

View file

@ -183,6 +183,7 @@ public class CNavigatorDropAdapterAssistant extends CommonDropAdapterAssistant {
sourceNames)) {
return Status.CANCEL_STATUS;
}
return Status.OK_STATUS;
}
}