mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-2894 - Icon Cleanup - Moved icons from Generic into Gui; Deleted
shared icons not in the Help module
This commit is contained in:
parent
b22062999a
commit
e3aad672ce
399 changed files with 1268 additions and 2863 deletions
|
@ -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>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue