mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-1981 Theme help and module conversions
This commit is contained in:
parent
4eb3d8fd86
commit
9a0d7892da
120 changed files with 1540 additions and 2846 deletions
|
@ -74,6 +74,11 @@ public class DefaultHelpService implements HelpService {
|
|||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void reload() {
|
||||
// no-op
|
||||
}
|
||||
|
||||
private void displayHelpInfo(Object helpObj) {
|
||||
String msg = getHelpInfo(helpObj);
|
||||
Msg.showInfo(this, null, "Help Info", msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue