Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkgilmer2006-03-12 02:56:04 +0000
committerkgilmer2006-03-12 02:56:04 +0000
commit4a22ab0c7bf9403fda172643d2fbb34893a07014 (patch)
tree80b4ffc11b6946fb95fb9fdf9e97f5008720527f
parent6372796f74e261d07b4b49f892e18239c98efb16 (diff)
downloadorg.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.java1
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.
*/

Back to the top