git://secure.phpeclipse.com
/
phpeclipse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
implemented 1416503, automatic closing of braces
[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
}