Skip to content

Commit

Permalink
タイポ修正]
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahubuki committed Feb 9, 2020
1 parent 57b8982 commit 892bc58
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions views/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 892bc58

Please sign in to comment.