mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-08 04:50:07 +01:00
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:
@@ -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)
|
||||
""")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user