mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-01 07:25:10 +08:00
Merge remote-tracking branch 'origin/GP-0_ryanmkurtz_PR-1697_xiaoyinl_spelling'
This commit is contained in:
@@ -139,7 +139,7 @@ public class LookAndFeelPlugin extends Plugin implements FrontEndOnly, OptionsCh
|
|||||||
|
|
||||||
int choice = OptionDialog.showYesNoDialog(null, "Change Look and Feel?", "The '" +
|
int choice = OptionDialog.showYesNoDialog(null, "Change Look and Feel?", "The '" +
|
||||||
USE_INVERTED_COLORS_NAME + "' setting works best with the " +
|
USE_INVERTED_COLORS_NAME + "' setting works best with the " +
|
||||||
"'Metal' Look and Feel.\nWould you like to switch to that Look and Feel upon restart?");
|
"'Metal' Look and Feel.\nWould you like to switch to that Look and Feel upon restart?");
|
||||||
if (choice == OptionDialog.YES_OPTION) {
|
if (choice == OptionDialog.YES_OPTION) {
|
||||||
SystemUtilities.runSwingLater(() -> {
|
SystemUtilities.runSwingLater(() -> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user