1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

Bug 147548: NullPointerException when trying to kill a process. Changed the message file name to something more appropriate which fixes the problem.

This commit is contained in:
Kushal Munir 2006-09-20 09:45:36 +00:00
parent d304bf2c90
commit e48cab0482
2 changed files with 2 additions and 2 deletions

View file

@ -59,8 +59,8 @@ public class ProcessesPlugin extends SystemBasePlugin {
*/
public void start(BundleContext context) throws Exception {
super.start(context);
messageFile = getMessageFile("systemmessages.xml");
defaultMessageFile = getDefaultMessageFile("systemmessages.xml");
messageFile = getMessageFile("processmessages.xml");
defaultMessageFile = getDefaultMessageFile("processmessages.xml");
IAdapterManager manager = Platform.getAdapterManager();
svpaf = new SystemViewProcessAdapterFactory();