mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-4583 Fixed issue where open program were not being shown when the OpenVersionedFileDialog was being shown from diff
This commit is contained in:
parent
c4ea004218
commit
a3f16ff05f
30 changed files with 790 additions and 661 deletions
|
@ -15,6 +15,8 @@
|
|||
*/
|
||||
package help.screenshot;
|
||||
|
||||
import static ghidra.framework.main.DataTreeDialogType.*;
|
||||
|
||||
import java.awt.*;
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.io.File;
|
||||
|
@ -61,7 +63,7 @@ public class ReferencesPluginScreenShots extends GhidraScreenShotGenerator {
|
|||
|
||||
runSwing(() -> {
|
||||
DataTreeDialog dialog = new DataTreeDialog(tool.getToolFrame(),
|
||||
"Choose External Program (" + "Kernel32.dll" + ")", DataTreeDialog.OPEN);
|
||||
"Choose External Program (" + "Kernel32.dll" + ")", OPEN);
|
||||
tool.showDialog(dialog);
|
||||
}, false);
|
||||
captureDialog();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue