Changeset 975


Ignore:
Timestamp:
Oct 21, 2011, 8:44:32 PM (12 years ago)
Author:
pstorz
Message:

template 5.0.3

Location:
dassmodus/trunk/dassmodus/dassmodus/dassmodus
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • dassmodus/trunk/dassmodus/dassmodus/dassmodus/ui/newdatacenterwizard.py

    r960 r975  
    9292        self.newDCinfo[name][2] = unicode(self.field(name).toString())
    9393     
    94       dc = bacresources.DataCenter(os.path.normpath( self.TEMPLATES_PATH + '/BEE404psql.dmdz'))  # use this template
     94      dc = bacresources.DataCenter(os.path.normpath( self.TEMPLATES_PATH + '/503_psql.dmdz'))  # use this template
    9595   
    9696      dcname = self.newDCinfo['dcname'][2]
     
    258258  wizard = newdatacenterwizard()
    259259  if wizard.exec_():
    260     dc = bacresources.DataCenter('templates/BEE404psql.dmdz')  # use this template
     260    dc = bacresources.DataCenter('templates/503_psql.dmdz')  # use this template
    261261   
    262262    dcname = wizard.newDCinfo['dcname'][2]
Note: See TracChangeset for help on using the changeset viewer.