package net.sourceforge.phpeclipse.wiki.preferences; /** * Internal images for wiki ui. */ public interface ITeamUIImages { /** * Icon for authentication dialogs. */ public final String IMG_KEY_LOCK = "wizban/keylock.gif"; //$NON-NLS-1$ }