Skip to content

Commit ba354a0

Browse files
author
zhourenjian
committed
Update some UI labels and others
1 parent d91b03c commit ba354a0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/launching/J2SConsoleOptionsTab.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public void createControl(Composite parent) {
8484
group.setLayout(layout);
8585
group.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
8686

87-
String controlName = "Java2Script Console Misc Options";
87+
String controlName = "Java2Script Console";
8888
group.setText(controlName);
8989

9090
btnInner = new Button(group, SWT.RADIO);
@@ -370,7 +370,7 @@ public void performApply(ILaunchConfigurationWorkingCopy configuration) {
370370
}
371371

372372
public String getName() {
373-
return "Misc";
373+
return "Miscellaneous";
374374
}
375375

376376
public Image getImage() {

sources/net.sf.j2s.ui/src/net/sf/j2s/ui/wizards/Java2ScriptServletProjectWizard.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ protected void updateJava2ScriptProject(String prjFolder, String binRelative) {
223223
webxml.append(" <servlet-class>net.sf.j2s.ajax.SimpleRPCHttpServlet</servlet-class>\r\n");
224224
webxml.append(" <init-param>\r\n");
225225
webxml.append(" <param-name>simple.rpc.runnables</param-name>\r\n");
226+
webxml.append(" <!--\r\n");
227+
webxml.append(" Qualified names of inherited net.sf.j2s.ajax.SimpleRPCRunnable\r\n");
228+
webxml.append(" classes, seperated by \";\".\r\n");
229+
webxml.append(" -->\r\n");
226230
webxml.append(" <param-value>\r\n");
227231
webxml.append(" </param-value>\r\n");
228232
webxml.append(" </init-param>\r\n");

0 commit comments

Comments
 (0)