From 4a11a7bb639ef66e8652b799ee9f3cf02a7265de Mon Sep 17 00:00:00 2001 From: lltcggie Date: Tue, 2 Jun 2015 01:07:11 +0900 Subject: [PATCH] =?UTF-8?q?GUI=E3=81=AE=E8=87=AA=E5=8B=95=E8=A8=AD?= =?UTF-8?q?=E5=AE=9A=E5=87=BA=E5=8A=9B=E5=90=8D=E3=81=AE=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88=E3=81=8CCUI=E3=81=A8?= =?UTF-8?q?=E9=81=95=E3=81=86=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- waifu2x-caffe-gui/Source.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waifu2x-caffe-gui/Source.cpp b/waifu2x-caffe-gui/Source.cpp index f7b17ec..d805b60 100644 --- a/waifu2x-caffe-gui/Source.cpp +++ b/waifu2x-caffe-gui/Source.cpp @@ -93,7 +93,7 @@ private: private: std::string AddName() const { - std::string addstr("_" + mode); + std::string addstr("(" + mode + ")"); if (mode.find("noise") != mode.npos || mode.find("auto_scale") != mode.npos) addstr += "(Level" + std::to_string(noise_level) + ")";