Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/dtool16/debug_exc.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/dtool16/environment_co.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/dtool16/profile_exc.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/dtool16/run_exc.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/dtool16/term_restart.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/dtool16/watch_exp.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/debug_exc.png has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/environment_co.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/error_obj.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/profile_exc.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/run_exc.png has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/term_restart.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/warning_obj.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/Launch/etool16/watch_exp.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/NewProjectAssist/build.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/NewProjectAssist/debug.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/NewProjectAssist/explore.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/NewProjectAssist/run.gif has changed
Binary file debuggercdi/com.nokia.cdt.debug.launch/icons/warning_obj.gif has changed
--- a/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/FilesBlock.java Mon Aug 16 18:02:09 2010 -0500
+++ b/debuggercdi/com.nokia.cdt.debug.launch/src/com/nokia/cdt/internal/debug/launch/ui/FilesBlock.java Mon Aug 16 22:04:30 2010 -0500
@@ -159,7 +159,7 @@
FileToTransfer file = (FileToTransfer)element;
File hostFile = new Path(file.getHostPath()).toFile();
if (!fileExists(hostFile)) {
- return LaunchPlugin.getImageDescriptor("icons/Launch/etool16/warning_obj.gif").createImage();
+ return LaunchPlugin.getImageDescriptor("icons/warning_obj.gif").createImage();
}
}
return null;