Mercurial > hg > RemoteEditor > Eclipse
changeset 33:96306e8dc217
make a significant change
author | pin |
---|---|
date | Tue, 23 Jan 2007 17:25:55 +0900 |
parents | 86e04721e463 |
children | 7d80c9318695 |
files | bin/remoteeditor/network/REP.class src/remoteeditor/network/REP.java src/sample/merge/Translate.java |
diffstat | 3 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/remoteeditor/network/REP.java Tue Jan 16 18:10:02 2007 +0900 +++ b/src/remoteeditor/network/REP.java Tue Jan 23 17:25:55 2007 +0900 @@ -61,7 +61,7 @@ host = dialog.getValue(); } - dialog = new InputDialog(shell, "REP", "port", "8756", null); + dialog = new InputDialog(shell, "REP", "port", "8765", null); if (dialog.open() == Window.OK) { try { port = Integer.parseInt(dialog.getValue());