commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/designer/src GFDesigner.py


From: Jason Cater
Subject: gnue/designer/src GFDesigner.py
Date: Fri, 11 Jan 2002 22:59:49 -0500

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Jason Cater <address@hidden>    02/01/11 22:59:49

Modified files:
        designer/src   : GFDesigner.py 

Log message:
        oops... cvs was broken

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/designer/src/GFDesigner.py.diff?cvsroot=OldCVS&tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: gnue/designer/src/GFDesigner.py
diff -c gnue/designer/src/GFDesigner.py:1.28 
gnue/designer/src/GFDesigner.py:1.29
*** gnue/designer/src/GFDesigner.py:1.28        Fri Jan 11 18:35:20 2002
--- gnue/designer/src/GFDesigner.py     Fri Jan 11 22:59:48 2002
***************
*** 207,220 ****
               ( tool.properties.fileExtensions[type], type, type)
          alltypes.append(type)
  
!         
  
      ##  self.supportedOpenWildcard = "All Supported Files (*.%s)|*.%s|" % \
      ##              ( string.join(alltypes,',*.'),
      ##              string.join(alltypes,';*.') ) \
      ##            + wildcard \
      ##            + "All Files (*.*)|*.*"
!       self.supportedOpenWildcard = string.join(alltypes,';*.') ) \
                                   + wildcard \
                                   + "All Files (*.*)|*.*"
  
--- 207,220 ----
               ( tool.properties.fileExtensions[type], type, type)
          alltypes.append(type)
  
! 
  
      ##  self.supportedOpenWildcard = "All Supported Files (*.%s)|*.%s|" % \
      ##              ( string.join(alltypes,',*.'),
      ##              string.join(alltypes,';*.') ) \
      ##            + wildcard \
      ##            + "All Files (*.*)|*.*"
!       self.supportedOpenWildcard = string.join(alltypes,';*.')  \
                                   + wildcard \
                                   + "All Files (*.*)|*.*"
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]