From a2a24b45229a4b01e862b5ca27c10f99d5f36c31 Mon Sep 17 00:00:00 2001 From: Kazuhiro Fujieda Date: Tue, 27 Oct 2015 01:10:27 +0900 Subject: [PATCH] =?utf8?q?24=E6=99=82=E9=96=93=E8=B6=85=E3=81=AE=E9=81=A0?= =?utf8?q?=E5=BE=81=E3=82=BF=E3=82=A4=E3=83=9E=E3=83=BC=E3=81=AE=E6=97=A5?= =?utf8?q?=E3=81=A8=E6=99=82=E3=81=AE=E5=8C=BA=E5=88=87=E3=82=8A=E3=82=92d?= =?utf8?q?=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KancolleSniffer/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KancolleSniffer/MainForm.cs b/KancolleSniffer/MainForm.cs index 439db64..d85e476 100644 --- a/KancolleSniffer/MainForm.cs +++ b/KancolleSniffer/MainForm.cs @@ -632,7 +632,7 @@ namespace KancolleSniffer entry.Timer.Update(); SetTimerColor(entry.label, entry.Timer); var rest = entry.Timer.Rest; - entry.label.Text = rest.Days == 0 ? rest.ToString(@"hh\:mm\:ss") : rest.ToString(@"d\.hh\:mm"); + entry.label.Text = rest.Days == 0 ? rest.ToString(@"hh\:mm\:ss") : rest.ToString(@"d\dhh\:mm"); if (!entry.Timer.NeedRing) continue; _noticeQueue.Enqueue("遠征が終わりました", entry.Name, _config.MissionSoundFile); -- 2.11.0