* src/gramps.glade (date_edit): Allow negative year integers.
svn: r5490
This commit is contained in:
parent
873dbbb7d2
commit
2996eed36a
@ -1,3 +1,6 @@
|
||||
2005-12-06 Alex Roitman <shura@gramps-project.org>
|
||||
* src/gramps.glade (date_edit): Allow negative year integers.
|
||||
|
||||
2005-12-06 Jérôme Rapinat <romjerome@yahoo.fr>
|
||||
* src/po/fr.po: Partial translation update.
|
||||
|
||||
|
@ -30684,7 +30684,7 @@ Given name
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 99999 1 10 10</property>
|
||||
<property name="adjustment">0 -9999 99999 1 10 10</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">3</property>
|
||||
@ -30842,7 +30842,7 @@ Given name
|
||||
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
|
||||
<property name="snap_to_ticks">False</property>
|
||||
<property name="wrap">False</property>
|
||||
<property name="adjustment">0 0 99999 1 10 10</property>
|
||||
<property name="adjustment">0 -9999 99999 1 10 10</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="left_attach">7</property>
|
||||
|
Loading…
x
Reference in New Issue
Block a user