* src/gramps.glade: Correct +/- tooltips for Data tab in Source Editor.
svn: r5904
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
2006-02-08 Alex Roitman <shura@gramps-project.org>
|
2006-02-08 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/plugins/Leak.py (display): Catch exception coming from
|
* src/plugins/Leak.py (display): Catch exception coming from
|
||||||
trying to call __repr__ on a closed db.DB.
|
trying to call __repr__ on a closed db.DB.
|
||||||
|
* src/gramps.glade: Correct +/- tooltips for Data tab in Source Editor.
|
||||||
|
|
||||||
2006-01-26 Brian Matherly <pez4brian@users.sourceforge.net>
|
2006-01-26 Brian Matherly <pez4brian@users.sourceforge.net>
|
||||||
* src/plugins/FamilyGroup.py: correctly put borders on the
|
* src/plugins/FamilyGroup.py: correctly put borders on the
|
||||||
|
|||||||
@@ -5243,7 +5243,7 @@ Other</property>
|
|||||||
<widget class="GtkButton" id="add_data">
|
<widget class="GtkButton" id="add_data">
|
||||||
<property name="width_request">36</property>
|
<property name="width_request">36</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="tooltip" translatable="yes">Add a new media object to the database and place it in this gallery</property>
|
<property name="tooltip" translatable="yes">Add a new Key/Value pair</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
@@ -5270,7 +5270,7 @@ Other</property>
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkButton" id="del_data">
|
<widget class="GtkButton" id="del_data">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="tooltip" translatable="yes">Remove selected object from this gallery only</property>
|
<property name="tooltip" translatable="yes">Remove selected Key/Value pair</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||||
<property name="focus_on_click">True</property>
|
<property name="focus_on_click">True</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user