From 892bc5889865d927b0db54677ddcfa1e2919668a Mon Sep 17 00:00:00 2001 From: Kochi Date: Sun, 9 Feb 2020 23:41:17 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=9D=E4=BF=AE=E6=AD=A3]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/search.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/search.py b/views/search.py index 8fbc049..f54a2aa 100644 --- a/views/search.py +++ b/views/search.py @@ -52,9 +52,6 @@ def Destroy(self): def GetValue(self): v={} - self.type=self.creator.radiobox(_("検索方式"),(_("通常"),_("grep")),None,1,wx.HORIZONTAL) - self.keywordType=self.creator.checkbox(_("正規表現を利用"),None,False) - v["basePath"]=self.basePath v["keyword"]=self.keyword.GetLineText(0) v["type"]=self.type.GetSelection()