initial contribution
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / preferences / ITeamUIImages.java
1 package net.sourceforge.phpeclipse.wiki.preferences;
2
3 /**
4  * Internal images for wiki ui.
5  */
6 public interface ITeamUIImages {
7
8     /**
9          * Icon for authentication dialogs.
10          */
11         public final String IMG_KEY_LOCK = "wizban/keylock.gif"; //$NON-NLS-1$
12         
13 }