1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Updater: Show error message after failing to download

This commit is contained in:
gnosygnu
2017-02-03 17:50:16 -05:00
parent c9d1193e7f
commit 55f148480c
4 changed files with 6 additions and 4 deletions

View File

@@ -88,6 +88,7 @@ public class Xoa_manifest_view extends JFrame implements Gfo_invk {
run_xowa_lbl.addMouseListener(new Swing_mouse_adapter(Gfo_invk_cmd.New_by_key(this, Invk__run_xowa)));
}
public void Run_xowa() {
this.Append("running: " + run_xowa_cmd);
Runtime_.Exec(run_xowa_cmd);
System_.Exit();
}