mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00690
[Branch ~cdd-dev/cdd/trunk] Rev 236: Corrected tipo in DvYearMonth on 2.0
------------------------------------------------------------
revno: 236
committer: Eduardo C. P. Ribeiro <eduardo.cesar@xxxxxxx>
branch nick: cdd
timestamp: Thu 2012-08-30 12:32:18 -0300
message:
Corrected tipo in DvYearMonth on 2.0
modified:
src/2.0/cdd.py
src/2.0/cdd.wxg
--
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 'src/2.0/cdd.py'
--- src/2.0/cdd.py 2012-08-29 03:03:04 +0000
+++ src/2.0/cdd.py 2012-08-30 15:32:18 +0000
@@ -612,7 +612,7 @@
# begin wxGlade: Element.__init__
kwds["style"] = wx.TAB_TRAVERSAL
wx.Panel.__init__(self, *args, **kwds)
- self.choice_element = wx.Choice(self, -1, choices=[_("DvBoolean"), _("DvURI"), _("DvString"), _("DvCodedString"), _("DvIdentifier"), _("DvParsable"), _("DvMedia"), _("DvOrdinal"), _("DvCount"), _("DvRatio"), _("DvRate"), _("DvProportion"), _("DvInterval"), _("DvQuantity"), _("DvTime"), _("DvDate"), _("DvDateTime"), _("DvDuration"), _("DvDay"), _("DvMonth"), _("DvYear"), _("DYearMonth"), _("DvMonthDay")])
+ self.choice_element = wx.Choice(self, -1, choices=[_("DvBoolean"), _("DvURI"), _("DvString"), _("DvCodedString"), _("DvIdentifier"), _("DvParsable"), _("DvMedia"), _("DvOrdinal"), _("DvCount"), _("DvRatio"), _("DvRate"), _("DvProportion"), _("DvInterval"), _("DvQuantity"), _("DvTime"), _("DvDate"), _("DvDateTime"), _("DvDuration"), _("DvDay"), _("DvMonth"), _("DvYear"), _("DvYearMonth"), _("DvMonthDay")])
self.sizer_8_staticbox = wx.StaticBox(self, -1, _("Select the Element:"))
self.__set_properties()
=== modified file 'src/2.0/cdd.wxg'
--- src/2.0/cdd.wxg 2012-08-29 03:03:04 +0000
+++ src/2.0/cdd.wxg 2012-08-30 15:32:18 +0000
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- generated by wxGlade 0.6.4 on Tue Aug 28 23:07:17 2012 -->
+<!-- generated by wxGlade 0.6.4 on Thu Aug 30 12:30:22 2012 -->
<application path="cdd.py" name="" class="" option="0" language="python" top_window="frame_main" encoding="UTF-8" use_gettext="1" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0" indent_amount="4" indent_symbol="space" source_extension=".cpp" header_extension=".h">
<object class="MainFrame" name="frame_main" base="EditFrame">
@@ -640,7 +640,7 @@
<choice>DvDay</choice>
<choice>DvMonth</choice>
<choice>DvYear</choice>
- <choice>DYearMonth</choice>
+ <choice>DvYearMonth</choice>
<choice>DvMonthDay</choice>
</choices>
</object>