From c0ce8ee28410c1b83489d177b1f5e1f0260f25b8 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Tue, 2 Jun 2015 01:15:06 +0900 Subject: [PATCH] =?UTF-8?q?GUI=E3=81=A7=E5=A4=89=E6=8F=9B=E5=AE=9F?= =?UTF-8?q?=E8=A1=8C=E6=99=82=E3=81=AB=E3=83=AD=E3=82=B0=E3=82=92=E6=B6=88?= =?UTF-8?q?=E3=81=99=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- waifu2x-caffe-gui/Source.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/waifu2x-caffe-gui/Source.cpp b/waifu2x-caffe-gui/Source.cpp index a1b9085..b0cac48 100644 --- a/waifu2x-caffe-gui/Source.cpp +++ b/waifu2x-caffe-gui/Source.cpp @@ -355,6 +355,8 @@ public: EnableWindow(GetDlgItem(dh, IDC_BUTTON_CANCEL), TRUE); EnableWindow(GetDlgItem(dh, IDC_BUTTON_EXEC), FALSE); + + SetWindowTextA(GetDlgItem(hWnd, IDC_EDIT_LOG), ""); } void WaitThreadExit(HWND hWnd, WPARAM wParam, LPARAM lParam, LPVOID lpData)