mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/Ghidra_11.1'
This commit is contained in:
commit
973bbfc9d3
16 changed files with 27 additions and 35 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue