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