mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-1981 Review fixes
This commit is contained in:
parent
9679752523
commit
a92a27e9f1
90 changed files with 375 additions and 381 deletions
|
@ -483,7 +483,7 @@ public class GHelpHTMLEditorKit extends HTMLEditorKit {
|
|||
|
||||
String srcString = src.toString();
|
||||
|
||||
//check if the icon is a defined icon theme id
|
||||
// check if the srcString is a defined theme icon id
|
||||
if (Gui.hasIcon(srcString)) {
|
||||
return new GIcon(srcString).getUrl();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue