Remove i18n resources from the gui bundle.

cusax-fix
Yana Stamcheva 19 years ago
parent c93c801428
commit ba270d0613

@ -16,7 +16,7 @@
*/
public class Messages {
private static final String BUNDLE_NAME
= "net.java.sip.communicator.impl.gui.i18n.messages";
= "resources.languages.impl.gui.resources";
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle
.getBundle(BUNDLE_NAME);

Loading…
Cancel
Save