Merge remote-tracking branch 'origin/Ghidra_11.1'

This commit is contained in:
Ryan Kurtz 2024-05-24 08:11:23 -04:00
commit 973bbfc9d3
16 changed files with 27 additions and 35 deletions

View file

@ -116,8 +116,9 @@ public class MenuData {
}
/**
* Returns the menu path as a string. This method filters accelerator chars('&') from the path.
* @return the menu path as a string without unescaped '&' chars
* Returns the menu path as a string. This method filters accelerator chars('&') from the
* path.
* @return the menu path as a string without unescaped '&' chars
*/
public String getMenuPathDisplayString() {
if (menuPath == null || menuPath.length == 0) {