* src/preferences.glade: Provide hotkeys for the new default view

options.


svn: r2020
This commit is contained in:
Alex Roitman 2003-08-18 21:05:16 +00:00
parent ed0fd7f134
commit 6a1af597c5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-08-18 Alex Roitman <shura@alex.neuro.umn.edu>
* src/preferences.glade: Provide hotkeys for the new default view
options.
2003-08-17 Alex Roitman <shura@alex.neuro.umn.edu>
* src/gramps_main.py: Better behavior for the history menu.

View File

@ -1071,7 +1071,7 @@
<widget class="GtkRadioButton" id="pvbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Person view</property>
<property name="label" translatable="yes">_Person view</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>
@ -1093,7 +1093,7 @@
<widget class="GtkRadioButton" id="fvbutton">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Family view</property>
<property name="label" translatable="yes">_Family view</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="active">False</property>