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:
parent
d304bf2c90
commit
e48cab0482
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue