GT-2698 refactor UI elements to lock down HTML rendering

This commit is contained in:
dev747368 2019-04-11 15:55:56 -04:00
parent a03c96d37b
commit e0c25b0590
360 changed files with 3895 additions and 4563 deletions

View file

@ -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();
}