ソースを参照

wxGUI: syntax cosmetics (1->True)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50014 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年 前
コミット
5e6f93a0c1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      gui/wxpython/gui_core/ghelp.py

+ 1 - 1
gui/wxpython/gui_core/ghelp.py

@@ -541,7 +541,7 @@ class AboutWindow(wx.Frame):
             authors = _('%s file missing') % 'AUTHORS'
         authorwin = ScrolledPanel(self)
         authortxt = wx.StaticText(authorwin, id = wx.ID_ANY, label = authors)
-        authorwin.SetAutoLayout(1)
+        authorwin.SetAutoLayout(True)
         authorwin.SetupScrolling()
         authorwin.sizer = wx.BoxSizer(wx.VERTICAL)
         authorwin.sizer.Add(item = authortxt, proportion = 1,