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