← Back to team overview

mlhim-specs-dev team mailing list archive

[Branch ~cdd-dev/cdd/trunk] Rev 152: Defaulted Relation to None and Coverage to Universal.

 

------------------------------------------------------------
revno: 152
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: cdd
timestamp: Wed 2012-07-04 17:15:49 -0300
message:
  Defaulted Relation to None and Coverage to Universal.
modified:
  Generator/cdg/MainFrame.py
  Generator/make_zip*


--
lp:cdd
https://code.launchpad.net/~cdd-dev/cdd/trunk

Your team MLHIM Specifications Developers is subscribed to branch lp:cdd.
To unsubscribe from this branch go to https://code.launchpad.net/~cdd-dev/cdd/trunk/+edit-subscription
=== modified file 'Generator/cdg/MainFrame.py'
--- Generator/cdg/MainFrame.py	2012-07-03 15:36:25 +0000
+++ Generator/cdg/MainFrame.py	2012-07-04 20:15:49 +0000
@@ -38,9 +38,9 @@
         self.label_rights = wx.StaticText(self.panel_principal, -1, "Rights:  ")
         self.text_ctrl_rights = wx.TextCtrl(self.panel_principal, -1, "CC-BY http://creativecommons.org/licenses/by/3.0/";)
         self.label_relation = wx.StaticText(self.panel_principal, -1, "Relation:  ")
-        self.text_ctrl_relation = wx.TextCtrl(self.panel_principal, -1, "")
+        self.text_ctrl_relation = wx.TextCtrl(self.panel_principal, -1, "None")
         self.label_coverage = wx.StaticText(self.panel_principal, -1, "Coverage:  ")
-        self.text_ctrl_coverage = wx.TextCtrl(self.panel_principal, -1, "")
+        self.text_ctrl_coverage = wx.TextCtrl(self.panel_principal, -1, "Universal")
         self.label_contributors = wx.StaticText(self.panel_principal, -1, "Contributors:  ")
         self.text_ctrl_contributors = wx.TextCtrl(self.panel_principal, -1, "")
         self.label_ccd_definition = wx.StaticText(self.panel_principal, -1, "CCD definition class:  ")

=== modified file 'Generator/make_zip' (properties changed: -x to +x)