GP-1981 Review fixes

This commit is contained in:
ghidragon 2022-11-02 14:11:32 -04:00
parent 9679752523
commit a92a27e9f1
90 changed files with 375 additions and 381 deletions

View file

@ -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();
}