Changeset 814

Show
Ignore:
Timestamp:
02/18/05 18:40:37 (4 years ago)
Author:
paul
Message:

Does this fix the login.py image problem on Mac and Win?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ui/dialogs/login.py

    r784 r814  
    7878        self.user, self.password = None, None 
    7979         
    80         bm = wx.Bitmap(''
     80        bm = wx.EmptyBitmap(0,0
    8181        bm.CopyFromIcon(self.Icon) 
    8282        self.bm = wx.StaticBitmap(self, -1, bm)