Skip to content

Commit 7f4fcf2

Browse files
committed
Fixed bug in soot_options.xml. PhaseOptionsDialog is generated by ant.
1 parent 1ffbba8 commit 7f4fcf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eclipse/ca.mcgill.sable.soot/src/ca/mcgill/sable/soot/ui/PhaseOptionsDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10374,7 +10374,7 @@ private Composite Input_OptionsCreate(Composite parent) {
1037410374

1037510375
}
1037610376

10377-
setInput_Optionsforce_android_jar_widget(new StringOptionWidget(editGroupInput_Options, SWT.NONE, new OptionData("Force specific Android jar file", "", "","force-android-jar", "\nUse PATH as the path to the android.jar file Soot should use. \nThis option overrides the "android-jars" option. ", defaultString)));
10377+
setInput_Optionsforce_android_jar_widget(new StringOptionWidget(editGroupInput_Options, SWT.NONE, new OptionData("Force specific Android jar file", "", "","force-android-jar", "\nUse PATH as the path to the android.jar file Soot should use. \nThis option overrides the 'android-jars' option. ", defaultString)));
1037810378

1037910379

1038010380
defKey = ""+" "+""+" "+"main-class";

src/soot/options/soot_options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The Android application must contain the AndroidManifest.xml file.
345345
<short_desc>Force Soot to use <use_arg_label/> as the path for the android.jar file.</short_desc>
346346
<long_desc>
347347
Use <use_arg_label/> as the path to the android.jar file Soot should use.
348-
This option overrides the "android-jars" option.
348+
This option overrides the 'android-jars' option.
349349
</long_desc>
350350
</stropt>
351351

0 commit comments

Comments
 (0)