mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
Merge remote-tracking branch 'origin/GP-1-dragonmacher-diff-dialog-update'
This commit is contained in:
commit
29528b88b4
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class DiffActionManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void closeDiff() {
|
private void closeDiff() {
|
||||||
int choice = OptionDialog.showYesNoCancelDialog(null, "Close Diff Session",
|
int choice = OptionDialog.showYesNoDialog(null, "Close Diff Session",
|
||||||
"Close the current diff session?");
|
"Close the current diff session?");
|
||||||
if (choice == OptionDialog.YES_OPTION) {
|
if (choice == OptionDialog.YES_OPTION) {
|
||||||
plugin.closeProgram2();
|
plugin.closeProgram2();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue