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

Release: v3.12.1.1

This commit is contained in:
gnosygnu
2016-12-04 20:56:13 -05:00
parent 585ef1c2ce
commit d64136ab9d
6 changed files with 6 additions and 6 deletions

View File

@@ -60,7 +60,7 @@ class Xog_url_wkr__file {
gplx.core.ios.IoItmFil fil = Io_mgr.Instance.QueryFil(file_url);
if (fil.Exists()) {
gplx.core.envs.Process_adp media_player = app.Prog_mgr().App_by_ext(file_url.Ext());
media_player.Args__include_quotes_(true); // NOTE:Windows "cmd /c start" requies first quoted argument to be title; note that url must be 2nd arg and quoted; DATE:2016-11-14
media_player.Args__include_quotes_(gplx.core.envs.Op_sys.Cur().Tid_is_wnt()); // NOTE:Windows "cmd /c start" requies first quoted argument to be title; note that url must be 2nd arg and quoted; DATE:2016-11-14
media_player.Run(file_url);
fsdb.File_size_(fil.Size());