Use the launcher in osx packaged builds. Leopard support. Fix some wording. Remove old osx launcher project.

This commit is contained in:
Paul Chote
2010-11-25 21:48:58 +13:00
parent a0741ba26b
commit 8c5c63a4b5
43 changed files with 69 additions and 3565 deletions

View File

@@ -107,7 +107,7 @@
function download()
{
document.getElementById("download-status").value = "Initializing..."
document.getElementById("download-status").value = "Connecting..."
window.external.startDownload("cnc-packages");
}
@@ -232,7 +232,7 @@
<input type="button" class="button" onclick="download();" value="Download" />
</div>
<div id="download-downloading" style="display:none">
<input type="button" class="button" id="download-status" value="Initializing..." />
<input type="button" class="button" id="download-status" value="Connecting..." />
<input type="button" class="button" onclick="cancel();" value="Cancel" />
</div>
<div id="download-error" style="display:none">