1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 19:43:27 +02:00

make compatible with 3.2

This commit is contained in:
Michael Scharf 2007-01-31 19:26:57 +00:00
parent a10b0e7b59
commit 3da1864665

View file

@ -47,7 +47,7 @@ public class SerialConnector implements ITerminalConnector {
settins=new SerialSettings();
} catch (NoClassDefFoundError e) {
// tell the user how to install the library
Activator.getDefault().getLog().log(new Status(IStatus.WARNING,Activator.PLUGIN_ID,SerialMessages.ERROR_LIBRARY_NOT_INSTALLED,e));
Activator.getDefault().getLog().log(new Status(IStatus.WARNING,Activator.PLUGIN_ID,0, SerialMessages.ERROR_LIBRARY_NOT_INSTALLED,e));
}
fSettings=settins;
}