mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Copy keylock image from cvs
This commit is contained in:
parent
f7e9a85365
commit
86a3c819ff
4 changed files with 6 additions and 2 deletions
|
@ -17,3 +17,4 @@ bin.includes = META-INF/,\
|
|||
source.. = src/
|
||||
output.. = bin/
|
||||
javacWarnings.. = -discouraged
|
||||
src.includes = about.html
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
|
@ -39,4 +39,7 @@ public interface ISshConstants {
|
|||
public static final String HELP_USER_VALIDATION_DIALOG = CVSUIPREFIX + "user_validation_dialog_context"; //$NON-NLS-1$
|
||||
public static final String HELP_KEYBOARD_INTERACTIVE_DIALOG = CVSUIPREFIX + "keyboard_interactive_dialog_context"; //$NON-NLS-1$
|
||||
|
||||
// These are from TeamUIImages
|
||||
public final String IMG_KEY_LOCK = "icons/full/wizban/keylock.gif"; //$NON-NLS-1$
|
||||
|
||||
}
|
||||
|
|
|
@ -115,8 +115,8 @@ public class UserValidationDialog extends TrayDialog {
|
|||
main.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
|
||||
|
||||
Label imageLabel = new Label(imageComposite, SWT.NONE);
|
||||
//keyLockImage = TeamImages.getImageDescriptor(ITeamUIImages.IMG_KEY_LOCK).createImage();
|
||||
//imageLabel.setImage(keyLockImage);
|
||||
keyLockImage = Activator.getImageDescriptor(ISshConstants.IMG_KEY_LOCK).createImage();
|
||||
imageLabel.setImage(keyLockImage);
|
||||
GridData data = new GridData(GridData.FILL_HORIZONTAL | GridData.GRAB_HORIZONTAL);
|
||||
imageLabel.setLayoutData(data);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue