Try again

This commit is contained in:
mchr3k 2011-06-12 21:53:32 +01:00
parent 62b0a30a06
commit a980bd64a6
5 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -107,8 +107,8 @@ public class InTraceStandaloneUI
// Invoke methods
Object app = getAppMthd.invoke(null, (Object[])null);
setAboutHandlerMthd.invoke(app, (Object[])null);
setPrefHandlerMthd.invoke(app, (Object[])null);
setAboutHandlerMthd.invoke(app, new Object[] {null});
setPrefHandlerMthd.invoke(app, new Object[] {null});
}
catch (Exception e)
{