Changeset 961
- Timestamp:
 - Oct 18, 2011, 5:09:06 PM (14 years ago)
 - Location:
 - dassmodus/trunk/dassmodus
 - Files:
 - 
      
- 2 added
 - 1 edited
 
- 
          
  .settings (added)
 - 
          
  .settings/org.eclipse.core.resources.prefs (added)
 - 
          
  dassmodus/dassModus.py (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
dassmodus/trunk/dassmodus/dassmodus/dassModus.py
r954 r961 48 48 import dassmodus.ui.qt_resources # for the icons 49 49 50 TEMPLATES_PATH = '/usr/share/dassmodus/templates' # DC templates for new datacenter wizard 50 51 51 52 ''' … … 463 464 <p> 464 465 A GUI program to configure Bacula 465 <p>Copyright © 2010 <a href="http://www.dass-it.de/">dass IT GmbH</a><br>466 <p>Copyright © 2010-2011 <a href="http://www.dass-it.de/">dass IT GmbH</a><br> 466 467 <a href="http://www.dass-it.de/">http://www.dass-it.de</a> 467 468 <p>Händelstraße 25-29<br> … … 524 525 525 526 def onActionNewDatacenter(self): 526 wizard = dassmodus.ui.newdatacenterwizard.newdatacenterwizard( DASSMODUS_PATH)527 wizard = dassmodus.ui.newdatacenterwizard.newdatacenterwizard(TEMPLATES_PATH) 527 528 if wizard.exec_(): 528 529 self.openDatacenterFile(wizard.filename)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  