Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2005-04-05 16:35:35 +0000
committerMichael Valenta2005-04-05 16:35:35 +0000
commit945ddbba36f988f0704ddbe26dff88229f0d3b82 (patch)
tree5c197e44b57111dc685a81eb4bd4fdd3e61b89e1 /bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/JSchSession.java
parent4470e32ad4006416029a36d2960d67897aabb669 (diff)
downloadeclipse.platform.team-945ddbba36f988f0704ddbe26dff88229f0d3b82.tar.gz
eclipse.platform.team-945ddbba36f988f0704ddbe26dff88229f0d3b82.tar.xz
eclipse.platform.team-945ddbba36f988f0704ddbe26dff88229f0d3b82.zip
Converted to using Runtime NLS support
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/JSchSession.java')
-rw-r--r--bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/JSchSession.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/JSchSession.java b/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/JSchSession.java
index 73e4ad78e..ad26bdd36 100644
--- a/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/JSchSession.java
+++ b/bundles/org.eclipse.team.cvs.ssh2/src/org/eclipse/team/internal/ccvs/ssh2/JSchSession.java
@@ -209,7 +209,7 @@ class JSchSession {
int prompt = authenticator.prompt(
location,
IUserAuthenticator.QUESTION,
- Policy.bind("JSchSession.5"), //$NON-NLS-1$
+ CVSSSH2Messages.JSchSession_5, //$NON-NLS-1$
str,
new int[] {IUserAuthenticator.YES_ID, IUserAuthenticator.NO_ID},
0 //yes the default
@@ -273,7 +273,7 @@ class JSchSession {
authenticator.prompt(
location,
IUserAuthenticator.INFORMATION,
- Policy.bind("JSchSession.5"), //$NON-NLS-1$
+ CVSSSH2Messages.JSchSession_5, //$NON-NLS-1$
message,
new int[] {IUserAuthenticator.OK_ID},
IUserAuthenticator.OK_ID

Back to the top