mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Remove unused title in ContributionManagerDialog
This commit is contained in:
@@ -44,7 +44,6 @@ public class ContributionManagerDialog {
|
||||
static final String ANY_CATEGORY = Language.text("contrib.all");
|
||||
|
||||
JFrame dialog;
|
||||
String title;
|
||||
ContributionFilter filter;
|
||||
JComboBox categoryChooser;
|
||||
JScrollPane scrollPane;
|
||||
@@ -101,6 +100,9 @@ public class ContributionManagerDialog {
|
||||
.showYesNoQuestion(editor, title,
|
||||
Language.text("contrib.unsaved_changes"),
|
||||
Language.text("contrib.unsaved_changes.prompt"));
|
||||
.showYesNoQuestion(editor, Language.text("contributions"),
|
||||
Language.text("contributions.unsaved_changes"),
|
||||
Language.text("contributions.unsaved_changes.prompt"));
|
||||
|
||||
if (option == JOptionPane.NO_OPTION)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user