mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00563
[Branch ~cdd-dev/cdd/trunk] Rev 149: Set Rights to default to CC-BY.
------------------------------------------------------------
revno: 149
committer: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>
branch nick: cdd
timestamp: Tue 2012-07-03 12:36:25 -0300
message:
Set Rights to default to CC-BY.
modified:
Generator/cdg/MainFrame.py
--
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-02 17:23:35 +0000
+++ Generator/cdg/MainFrame.py 2012-07-03 15:36:25 +0000
@@ -36,7 +36,7 @@
self.label_source = wx.StaticText(self.panel_principal, -1, "Source: ")
self.text_ctrl_source = wx.TextCtrl(self.panel_principal, -1, "")
self.label_rights = wx.StaticText(self.panel_principal, -1, "Rights: ")
- self.text_ctrl_rights = wx.TextCtrl(self.panel_principal, -1, "")
+ 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.label_coverage = wx.StaticText(self.panel_principal, -1, "Coverage: ")
@@ -174,7 +174,7 @@
# Call the writing routine
ccd_id = cdg_custom.generate_files(path, title, description, date, creator, contributor, language, publisher, subject, source, rights, relation, coverage, choice_definition)
-
+
# Show dialog
cdg_extra.wrote_diag(self, ccd_id)