// HACK: The name of the ABOUT action cannot be hardcoded, since it contains the product name.
// This is an ugly name of fixing this, it would be nice to come up with a better way.
private static final class DictionaryImpl extends NewResourceBasedActionDictionary {
public DictionaryImpl() {
super(new ResourceBundleStringResources(STRINGS, ApplicationResources.MNEMONIC_FACTORY),
new ResourceBundleIconProvider(ICONS), null);
}