GP-2894 - Icon Cleanup - Moved icons from Generic into Gui; Deleted

shared icons not in the Help module
This commit is contained in:
dragonmacher 2022-12-12 13:39:30 -05:00
parent b22062999a
commit e3aad672ce
399 changed files with 1268 additions and 2863 deletions

View file

@ -66,7 +66,7 @@ public class CreateHelpTemplateScript extends GhidraScript {
printWriter.println("<head>");
printWriter.println("\t" + "<title>" + plugin.getName() + "</title>");
printWriter.println("\t" +
"<link rel=\"stylesheet\" type=\"text/css\" href=\"../../shared/Frontpage.css\">");
"<link rel=\"stylesheet\" type=\"text/css\" href=\"help/shared/DefaultStyle.css\">");
printWriter.println("</head>");
printWriter.println("");
printWriter.println("<body>");