175176177178179180181182
} public void start(BundleContext ctx) throws Exception { loadConfig(); loadLanguage(); configGui = new WmaConfigGui(NAME); registerServices(ctx); }