mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Fixed incorrect dialog usage
This commit is contained in:
parent
cf562e79b3
commit
910e76569c
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class DiffActionManager {
|
|||
}
|
||||
|
||||
private void closeDiff() {
|
||||
int choice = OptionDialog.showYesNoCancelDialog(null, "Close Diff Session",
|
||||
int choice = OptionDialog.showYesNoDialog(null, "Close Diff Session",
|
||||
"Close the current diff session?");
|
||||
if (choice == OptionDialog.YES_OPTION) {
|
||||
plugin.closeProgram2();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue