fix indent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-03-14 20:56:09 +00:00
parent f525cad436
commit 3b097a731e

View File

@@ -92,7 +92,7 @@ def run():
kind = wx.ITEM_NORMAL
if isToggle: kind = wx.ITEM_CHECK
return self.InsertTool(pos, toolId, '', bitmap, wx.NullBitmap, kind,
shortHelpString, longHelpString)
shortHelpString, longHelpString)
""")