mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Corrected mistitled dialog.
This commit is contained in:
@@ -259,7 +259,7 @@ public class LibraryManager {
|
||||
|
||||
String prompt = "Install libraries from " + libFile.getName() + "? ";
|
||||
|
||||
int result = JOptionPane.showConfirmDialog(this.editor, prompt, "Close",
|
||||
int result = JOptionPane.showConfirmDialog(this.editor, prompt, "Install",
|
||||
JOptionPane.YES_NO_OPTION,
|
||||
JOptionPane.QUESTION_MESSAGE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user