mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-24 03:09:36 +08:00
Merge branch 'GP-0_ryanmkurtz_PR-4571_shocoman_escape-angle-brackets-in-option-description-in-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