diff options
| author | kgilmer | 2006-03-12 02:56:04 +0000 |
|---|---|---|
| committer | kgilmer | 2006-03-12 02:56:04 +0000 |
| commit | 4a22ab0c7bf9403fda172643d2fbb34893a07014 (patch) | |
| tree | 80b4ffc11b6946fb95fb9fdf9e97f5008720527f | |
| parent | 6372796f74e261d07b4b49f892e18239c98efb16 (diff) | |
| download | org.eclipse.ecf-4a22ab0c7bf9403fda172643d2fbb34893a07014.tar.gz org.eclipse.ecf-4a22ab0c7bf9403fda172643d2fbb34893a07014.tar.xz org.eclipse.ecf-4a22ab0c7bf9403fda172643d2fbb34893a07014.zip | |
Added constant for "Save Password" preference item.
| -rw-r--r-- | examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/ClientPluginConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/ClientPluginConstants.java b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/ClientPluginConstants.java index 9a05761e3..d36ab160e 100644 --- a/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/ClientPluginConstants.java +++ b/examples/bundles/org.eclipse.ecf.example.collab/src/org/eclipse/ecf/example/collab/ClientPluginConstants.java @@ -38,6 +38,7 @@ public interface ClientPluginConstants { public static final String PREF_SHAREDEDITOR_PLAY_EVENTS_IMMEDIATELY = "sharedEditorShowEvents"; public static final String PREF_SHAREDEDITOR_ASK_RECEIVER = "sharedEditorAskReceiver"; + public static final String PREF_STORE_PASSWORD = "storePassword"; /* * Contstants used to describe decoration images. */ |
