2006-05-03 Alex Roitman <shura@gramps-project.org>
* configure.in: Set release to 0.SVN. * src/DataViews/_PersonView.py (define_actions): Change label. svn: r6535
This commit is contained in:
parent
b7e6d2f149
commit
2edee552db
@ -1,3 +1,7 @@
|
||||
2006-05-03 Alex Roitman <shura@gramps-project.org>
|
||||
* configure.in: Set release to 0.SVN.
|
||||
* src/DataViews/_PersonView.py (define_actions): Change label.
|
||||
|
||||
2006-05-03 Don Allingham <don@gramps-project.org>
|
||||
* src/ViewManager.py: Optionally exclude text from buttons
|
||||
* src/GrampsCfg.py: add SIDEBAR_TEXT option
|
||||
|
@ -11,8 +11,8 @@ AM_INIT_AUTOMAKE(1.6.3)
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
GNOME_DOC_INIT
|
||||
|
||||
dnl RELEASE=0.SVN$(svnversion -n .)
|
||||
RELEASE=1
|
||||
RELEASE=0.SVN$(svnversion -n .)
|
||||
dnl RELEASE=1
|
||||
|
||||
VERSIONSTRING=$VERSION
|
||||
if test x"$RELEASE" != "x"
|
||||
|
@ -122,7 +122,7 @@ class PersonView(PageView.PersonNavView):
|
||||
callback=self.remove)
|
||||
self.add_action('OpenAllNodes', None, _("Expand all nodes"),
|
||||
callback=self.open_all_nodes)
|
||||
self.add_action('CloseAllNodes', None, _("Close all nodes"),
|
||||
self.add_action('CloseAllNodes', None, _("Collapse all nodes"),
|
||||
callback=self.close_all_nodes)
|
||||
self.add_action('Jump', None, _("_Jump"),
|
||||
accel="<control>j",callback=self.jumpto)
|
||||
|
Loading…
Reference in New Issue
Block a user