[Python-apps-commits] r9520 - in packages/cycle/trunk/debian/patches (2 files)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu Apr 4 23:46:46 UTC 2013


    Date: Thursday, April 4, 2013 @ 23:46:44
  Author: miriam
Revision: 9520

Added missing patch

Added:
  packages/cycle/trunk/debian/patches/06b_enter_your_name.patch
Modified:
  packages/cycle/trunk/debian/patches/series

Added: packages/cycle/trunk/debian/patches/06b_enter_your_name.patch
===================================================================
--- packages/cycle/trunk/debian/patches/06b_enter_your_name.patch	                        (rev 0)
+++ packages/cycle/trunk/debian/patches/06b_enter_your_name.patch	2013-04-04 23:46:44 UTC (rev 9520)
@@ -0,0 +1,13 @@
+Index: cycle-0.3.1.orig/dialogs.py
+===================================================================
+--- cycle-0.3.1.orig.orig/dialogs.py	2013-04-05 01:41:42.576856164 +0200
++++ cycle-0.3.1.orig/dialogs.py	2013-04-05 01:41:42.568856167 +0200
+@@ -326,7 +326,7 @@
+         "of some of your medical data and extracting some statistical\n"
+         "conclusions from them. You cannot consider this program as a\n"
+         "substitute for your gynecologist in any way."))
+-    dlg = wx.TextEntryDialog(parent, _('Enter you name:'),_('New user'),'',
++    dlg = wx.TextEntryDialog(parent, _('Enter your name:'),_('New user'),'',
+ 	 style=wx.OK | wx.CANCEL)
+     while dlg.ShowModal()==wx.ID_OK:
+ 	name=dlg.GetValue()

Modified: packages/cycle/trunk/debian/patches/series
===================================================================
--- packages/cycle/trunk/debian/patches/series	2013-04-04 23:43:03 UTC (rev 9519)
+++ packages/cycle/trunk/debian/patches/series	2013-04-04 23:46:44 UTC (rev 9520)
@@ -7,3 +7,4 @@
 05b_export_to_ical.patch
 06a_save_load.patch
 
+06b_enter_your_name.patch




More information about the Python-apps-commits mailing list