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:
Alex Roitman 2006-05-03 22:43:28 +00:00
parent b7e6d2f149
commit 2edee552db
3 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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)