mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 21:50:33 +08:00
escape angle brackets in the description for the "Enter accepts comment" option in the settings
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ public class CommentsPlugin extends Plugin implements OptionsChangeListener {
|
||||
HelpLocation helpLocation = new HelpLocation(getName(), "Comments_Option");
|
||||
options.setOptionsHelpLocation(helpLocation);
|
||||
options.registerOption(OPTION_NAME, dialog.getEnterMode(), helpLocation,
|
||||
"Toggle for whether pressing the <Enter> key causes the comment to be entered," +
|
||||
"Toggle for whether pressing the <Enter> key causes the comment to be entered," +
|
||||
" versus adding a new line character in the comment.");
|
||||
|
||||
setOptions(options);
|
||||
|
||||
Reference in New Issue
Block a user