winpdb

changeset 246:fb4f1e695b78 winpdb

Last touches on 1.4.0.
author Nir Aides <nir@winpdb.org>
date Fri Sep 05 13:33:18 2008 -0700 (3 years ago)
parents aa99a4a0dc89
children 2e1568db179a
files rpdb2.py winpdb.py
line diff
     1.1 --- a/rpdb2.py	Fri Aug 15 00:41:28 2008 -0700
     1.2 +++ b/rpdb2.py	Fri Sep 05 13:33:18 2008 -0700
     1.3 @@ -24,7 +24,7 @@
     1.4  
     1.5  COPYRIGHT_NOTICE = """Copyright (C) 2005-2008 Nir Aides"""
     1.6  
     1.7 -CREDITS_NOTICE = """Jurjen N.E. Bos - Compatibility with OS X."""
     1.8 +CREDITS_NOTICE = """This project is waiting for your contribution and support."""
     1.9  
    1.10  LICENSE_NOTICE = """
    1.11  This program is free software; you can redistribute it and/or modify it 
     2.1 --- a/winpdb.py	Fri Aug 15 00:41:28 2008 -0700
     2.2 +++ b/winpdb.py	Fri Sep 05 13:33:18 2008 -0700
     2.3 @@ -40,7 +40,7 @@
     2.4  See the GNU General Public License for more details.
     2.5  
     2.6  Credits:
     2.7 -Jurjen N.E. Bos - Compatibility with OS X."""
     2.8 +This project is waiting for your contribution and support."""
     2.9  
    2.10  LICENSE_NOTICE = """
    2.11  This program is free software; you can redistribute it and/or modify it 
    2.12 @@ -3930,7 +3930,7 @@
    2.13                          
    2.14          sizerv = wx.BoxSizer(wx.VERTICAL)
    2.15  
    2.16 -        label = wx.StaticText(self, -1, STATIC_ATTACH_DESC)
    2.17 +        label = wx.StaticText(self, -1, STATIC_ATTACH_DESC, size = (350, -1))
    2.18          try:
    2.19              label.Wrap(350)
    2.20          except: