X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fi18n%2Fgui%2FI18nAction.java;h=89043684ca08c95e8a7588f5e9713b0625dcea59;hp=d83cd7fb7f9111edf6b64903b592f041bef28bfb;hb=5c2d74c9ee4e281d1e4ae7596f9ddd43cf4ece87;hpb=0ceb28cb15a4c79029d98c6e94fc1fc94b317c60 diff --git a/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java b/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java index d83cd7f..8904368 100644 --- a/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java +++ b/src/net/pterodactylus/jsite/i18n/gui/I18nAction.java @@ -1,6 +1,5 @@ -package net.pterodactylus.jsite.i18n.gui; -import java.awt.event.ActionListener; +package net.pterodactylus.jsite.i18n.gui; import javax.swing.AbstractAction; import javax.swing.Action; @@ -14,7 +13,7 @@ import net.pterodactylus.jsite.i18n.I18nable; * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ -public abstract class I18nAction extends AbstractAction implements I18nable, ActionListener { +public abstract class I18nAction extends AbstractAction implements I18nable { /** The I18n basename. */ private final String i18nName; @@ -87,4 +86,4 @@ public abstract class I18nAction extends AbstractAction implements I18nable, Act putValue(Action.LONG_DESCRIPTION, I18n.get(i18nName + ".longDescription")); } -} +} \ No newline at end of file