Remove title from assets download prompt

This commit is contained in:
drdev
2015-03-15 17:22:04 +00:00
parent 39c870d37e
commit 3af4e16141

View File

@@ -115,8 +115,7 @@ public class AssetsDownloader {
message += "This download is mandatory to start the app since you haven't previously downloaded these files.";
options = new String[] { "Download", "Exit" };
}
switch (SOptionPane.showOptionDialog(message, "Download Resource Files?",
null, options)) {
switch (SOptionPane.showOptionDialog(message, "", null, options)) {
case 1:
if (!canIgnoreDownload) {
Forge.exit(true); //exit if can't ignore download