mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GT-2698 refactor UI elements to lock down HTML rendering
This commit is contained in:
parent
a03c96d37b
commit
e0c25b0590
360 changed files with 3895 additions and 4563 deletions
|
@ -278,7 +278,7 @@ public class ProgramManagerPluginScreenShots extends GhidraScreenShotGenerator
|
|||
@Test
|
||||
public void testSaveProgram() {
|
||||
runSwing(() -> OptionDialog.showOptionDialog(tool.getToolFrame(), "Save Program?",
|
||||
"program1" + " has changed. Do you want to save it?", "&Save", "Do&n't Save",
|
||||
"program1 has changed. Do you want to save it?", "&Save", "Do&n't Save",
|
||||
OptionDialog.QUESTION_MESSAGE), false);
|
||||
captureDialog();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue