Corrected mistitled dialog.

This commit is contained in:
pesckal
2011-06-17 07:28:38 +00:00
parent e153723448
commit 60916ec3b6
+1 -1
View File
@@ -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);