mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.4.1.1
This commit is contained in:
@@ -21,7 +21,7 @@ public class Gfo_usr_dlg_fmt {
|
||||
if (cur < prog_prv + prog_interval) return usr_dlg.Canceled();
|
||||
prog_prv = cur;
|
||||
String pct = DecimalAdp_.CalcPctStr(cur + ListAdp_.Base1, end, "00.00");
|
||||
usr_dlg.Prog_many(grp_key, msg_key, fmt, Int_.Xto_str_pad_bgn(cur + ListAdp_.Base1, endLen), end, pct);
|
||||
usr_dlg.Prog_many(grp_key, msg_key, fmt, Int_.Xto_str_pad_bgn_zero(cur + ListAdp_.Base1, endLen), end, pct);
|
||||
return usr_dlg.Canceled();
|
||||
} String fmt; int end, endLen;
|
||||
public static Gfo_usr_dlg_fmt fmt_(String grp_key, String msg_key, String fmt, int end, float pct) {
|
||||
|
||||
@@ -32,5 +32,5 @@ public class Io_zip_mgr_mok implements Io_zip_mgr {
|
||||
}
|
||||
public void Unzip_to_dir(Io_url src_fil, Io_url trg_dir) {}
|
||||
private static final byte[] Bry_zipped = Bry_.new_utf8_("zipped:");
|
||||
public static final Io_zip_mgr_mok _ = new Io_zip_mgr_mok(); Io_zip_mgr_mok() {}
|
||||
public static final Io_zip_mgr_mok _ = new Io_zip_mgr_mok(); Io_zip_mgr_mok() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user