Changeset 25520

Show
Ignore:
Timestamp:
12/01/08 12:19:41 (4 years ago)
Author:
yoshiori
Message:

Key はパスワードフィールドに入力するように変更

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/java/misc/Outputz/Outputz/src/org/yoshiori/plugin/outputz/page/OutputzPropertyPage.java

    r25511 r25520  
    5858                Label keyLabel = new Label(composite, SWT.NONE); 
    5959                keyLabel.setText("Output's key"); 
    60                 keyText = new Text(composite, SWT.BORDER | SWT.SINGLE); 
     60                keyText = new Text(composite, SWT.BORDER | SWT.SINGLE | SWT.PASSWORD); 
    6161                keyText.setText(OutputzPlugin.getDefault().getPreferenceStore() 
    6262                                .getString(OUTPUTZ_KEY));