/[thuban]/trunk/thuban/Extensions/ogr/ogrdialog.py
ViewVC logotype

Diff of /trunk/thuban/Extensions/ogr/ogrdialog.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2746 by dpinte, Sat Mar 17 13:31:31 2007 UTC revision 2814 by bernhard, Sat Jan 19 01:23:31 2008 UTC
# Line 1  Line 1 
1  # Copyright (c) 2001, 2003, 2004 by Intevation GmbH     vim:encoding=latin-1:  # Copyright (c) 2001, 2003, 2004 by Intevation GmbH vim:encoding=iso-8859-15:
2  # Authors:  # Authors:
3  # Martin Müller <[email protected]>  # Martin Müller <[email protected]>
4  # Bernhard Herzog <[email protected]>  # Bernhard Herzog <[email protected]>
# Line 231  class ChooseOGRDBTableDialog(wx.Dialog): Line 231  class ChooseOGRDBTableDialog(wx.Dialog):
231          # The button box between the connections list box and the table          # The button box between the connections list box and the table
232          # list box          # list box
233          buttons = wx.FlexGridSizer(3, 1, 0, 0)          buttons = wx.FlexGridSizer(3, 1, 0, 0)
234          buttons.Add(20, 80, 0, wx.EXPAND, 0)          buttons.Add((20, 80), 0, wx.EXPAND, 0)
235          retrieve_button = wx.Button(self, ID_DBCHOOSE_RETRIEVE, _("Retrieve"))          retrieve_button = wx.Button(self, ID_DBCHOOSE_RETRIEVE, _("Retrieve"))
236          wx.EVT_BUTTON(self, ID_DBCHOOSE_RETRIEVE, self.OnRetrieve)          wx.EVT_BUTTON(self, ID_DBCHOOSE_RETRIEVE, self.OnRetrieve)
237          buttons.Add(retrieve_button, 0, wx.ALL          buttons.Add(retrieve_button, 0, wx.ALL
238                      |wx.ALIGN_CENTER_HORIZONTAL|wx.ALIGN_CENTER_VERTICAL, 4)                      |wx.ALIGN_CENTER_HORIZONTAL|wx.ALIGN_CENTER_VERTICAL, 4)
239          buttons.Add(20, 80, 0, wx.EXPAND, 0)          buttons.Add((20, 80), 0, wx.EXPAND, 0)
240          main_sizer.Add(buttons, 0, wx.EXPAND, 0)          main_sizer.Add(buttons, 0, wx.EXPAND, 0)
241    
242          # The list box with the tables          # The list box with the tables

Legend:
Removed from v.2746  
changed lines
  Added in v.2814

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26