* src/plugins.glade: Switch from GtkDialog to GtkWindow (prevents it
from always being on top under metacity). Remove extra button. * src/Plugins.py (PluginDialog.__init__): Provide custom labels and tooltips for reports (Generate) and tools (Run); (ReportPlugins.__init__, ToolPlugins.__init__): call PluginDialog with appropriate labels and tooltips. * src/Report.py (BareReportDialog.__init__): Change button back to OK. * src/plugins/rel_ru.py (getallancestors): Replace with existing apply_filter from Relationship.py. * src/gramps.glade: Correct tooltips in Family Views (make parents an active family). svn: r2249
This commit is contained in:
@@ -1644,7 +1644,7 @@
|
||||
<child>
|
||||
<widget class="GtkButton" id="ap_parents_btn">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Make the active person's family the active family</property>
|
||||
<property name="tooltip" translatable="yes">Make the active person's parents the active family</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
|
||||
@@ -1768,7 +1768,7 @@
|
||||
<child>
|
||||
<widget class="GtkButton" id="sp_parents_btn">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Make the selected spouse's family the active family</property>
|
||||
<property name="tooltip" translatable="yes">Make the selected spouse's parents the active family</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
|
||||
@@ -2575,7 +2575,7 @@
|
||||
<child>
|
||||
<widget class="GtkButton" id="sp_parents_btn2">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Make the selected spouse's family the active family</property>
|
||||
<property name="tooltip" translatable="yes">Make the selected spouse's parents the active family</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
|
||||
@@ -2835,7 +2835,7 @@
|
||||
<child>
|
||||
<widget class="GtkButton" id="ap_parents_btn2">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">Make the active person's family the active family</property>
|
||||
<property name="tooltip" translatable="yes">Make the active person's parents the active family</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
|
||||
|
Reference in New Issue
Block a user