mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 18:35:32 +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 {
|
public void start(BundleContext context) throws Exception {
|
||||||
super.start(context);
|
super.start(context);
|
||||||
messageFile = getMessageFile("systemmessages.xml");
|
messageFile = getMessageFile("processmessages.xml");
|
||||||
defaultMessageFile = getDefaultMessageFile("systemmessages.xml");
|
defaultMessageFile = getDefaultMessageFile("processmessages.xml");
|
||||||
|
|
||||||
IAdapterManager manager = Platform.getAdapterManager();
|
IAdapterManager manager = Platform.getAdapterManager();
|
||||||
svpaf = new SystemViewProcessAdapterFactory();
|
svpaf = new SystemViewProcessAdapterFactory();
|
||||||
|
|
Loading…
Add table
Reference in a new issue