Replace &app; with GRAMPS inside the title tag.
svn: r2785
This commit is contained in:
parent
654f40fba2
commit
94457b9d5d
@ -1,7 +1,7 @@
|
|||||||
# Makefile.in generated by automake 1.7.8 from Makefile.am.
|
# Makefile.in generated by automake 1.6.3 from Makefile.am.
|
||||||
# @configure_input@
|
# @configure_input@
|
||||||
|
|
||||||
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
# This Makefile.in is free software; the Free Software Foundation
|
# This Makefile.in is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy and/or distribute it,
|
# gives unlimited permission to copy and/or distribute it,
|
||||||
@ -75,75 +75,73 @@
|
|||||||
# http://scrollkeeper.sourceforge.net/
|
# http://scrollkeeper.sourceforge.net/
|
||||||
# Version: 0.1.2 (last updated: March 20, 2002)
|
# Version: 0.1.2 (last updated: March 20, 2002)
|
||||||
#
|
#
|
||||||
|
SHELL = @SHELL@
|
||||||
|
|
||||||
srcdir = @srcdir@
|
srcdir = @srcdir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
prefix = @prefix@
|
||||||
|
exec_prefix = @exec_prefix@
|
||||||
|
|
||||||
|
bindir = @bindir@
|
||||||
|
sbindir = @sbindir@
|
||||||
|
libexecdir = @libexecdir@
|
||||||
|
datadir = @datadir@
|
||||||
|
sysconfdir = @sysconfdir@
|
||||||
|
sharedstatedir = @sharedstatedir@
|
||||||
|
localstatedir = @localstatedir@
|
||||||
|
libdir = @libdir@
|
||||||
|
infodir = @infodir@
|
||||||
|
mandir = @mandir@
|
||||||
|
includedir = @includedir@
|
||||||
|
oldincludedir = /usr/include
|
||||||
pkgdatadir = $(datadir)/@PACKAGE@
|
pkgdatadir = $(datadir)/@PACKAGE@
|
||||||
pkglibdir = $(libdir)/@PACKAGE@
|
pkglibdir = $(libdir)/@PACKAGE@
|
||||||
pkgincludedir = $(includedir)/@PACKAGE@
|
pkgincludedir = $(includedir)/@PACKAGE@
|
||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
|
|
||||||
|
ACLOCAL = @ACLOCAL@
|
||||||
|
AUTOCONF = @AUTOCONF@
|
||||||
|
AUTOMAKE = @AUTOMAKE@
|
||||||
|
AUTOHEADER = @AUTOHEADER@
|
||||||
|
|
||||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||||
INSTALL = @INSTALL@
|
INSTALL = @INSTALL@
|
||||||
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||||
|
INSTALL_DATA = @INSTALL_DATA@
|
||||||
install_sh_DATA = $(install_sh) -c -m 644
|
install_sh_DATA = $(install_sh) -c -m 644
|
||||||
install_sh_PROGRAM = $(install_sh) -c
|
install_sh_PROGRAM = $(install_sh) -c
|
||||||
install_sh_SCRIPT = $(install_sh) -c
|
install_sh_SCRIPT = $(install_sh) -c
|
||||||
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||||
INSTALL_HEADER = $(INSTALL_DATA)
|
INSTALL_HEADER = $(INSTALL_DATA)
|
||||||
transform = $(program_transform_name)
|
transform = @program_transform_name@
|
||||||
NORMAL_INSTALL = :
|
NORMAL_INSTALL = :
|
||||||
PRE_INSTALL = :
|
PRE_INSTALL = :
|
||||||
POST_INSTALL = :
|
POST_INSTALL = :
|
||||||
NORMAL_UNINSTALL = :
|
NORMAL_UNINSTALL = :
|
||||||
PRE_UNINSTALL = :
|
PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
ACLOCAL = @ACLOCAL@
|
|
||||||
AMDEP_FALSE = @AMDEP_FALSE@
|
EXEEXT = @EXEEXT@
|
||||||
AMDEP_TRUE = @AMDEP_TRUE@
|
OBJEXT = @OBJEXT@
|
||||||
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
AMTAR = @AMTAR@
|
AMTAR = @AMTAR@
|
||||||
AUTOCONF = @AUTOCONF@
|
|
||||||
AUTOHEADER = @AUTOHEADER@
|
|
||||||
AUTOMAKE = @AUTOMAKE@
|
|
||||||
AWK = @AWK@
|
AWK = @AWK@
|
||||||
BINSH = @BINSH@
|
BINSH = @BINSH@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
CCDEPMODE = @CCDEPMODE@
|
|
||||||
CFLAGS = @CFLAGS@
|
|
||||||
CPPFLAGS = @CPPFLAGS@
|
|
||||||
CYGPATH_W = @CYGPATH_W@
|
|
||||||
DEFS = @DEFS@
|
|
||||||
DEPDIR = @DEPDIR@
|
DEPDIR = @DEPDIR@
|
||||||
ECHO_C = @ECHO_C@
|
|
||||||
ECHO_N = @ECHO_N@
|
|
||||||
ECHO_T = @ECHO_T@
|
|
||||||
EXEEXT = @EXEEXT@
|
|
||||||
GNOMEHELP = @GNOMEHELP@
|
GNOMEHELP = @GNOMEHELP@
|
||||||
GNOMEINC = @GNOMEINC@
|
GNOMEINC = @GNOMEINC@
|
||||||
GNOMELIB = @GNOMELIB@
|
GNOMELIB = @GNOMELIB@
|
||||||
GPREFIX = @GPREFIX@
|
GPREFIX = @GPREFIX@
|
||||||
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
|
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
|
||||||
ICONV = @ICONV@
|
ICONV = @ICONV@
|
||||||
INSTALL_DATA = @INSTALL_DATA@
|
|
||||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
||||||
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
||||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||||
LANGUAGES = @LANGUAGES@
|
LANGUAGES = @LANGUAGES@
|
||||||
LDFLAGS = @LDFLAGS@
|
|
||||||
LIBOBJS = @LIBOBJS@
|
|
||||||
LIBS = @LIBS@
|
|
||||||
LTLIBOBJS = @LTLIBOBJS@
|
|
||||||
MAKEINFO = @MAKEINFO@
|
|
||||||
MOFILES = @MOFILES@
|
MOFILES = @MOFILES@
|
||||||
MSGCONV = @MSGCONV@
|
MSGCONV = @MSGCONV@
|
||||||
MSGFMT = @MSGFMT@
|
MSGFMT = @MSGFMT@
|
||||||
OBJEXT = @OBJEXT@
|
|
||||||
PACKAGE = @PACKAGE@
|
PACKAGE = @PACKAGE@
|
||||||
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
||||||
PACKAGE_NAME = @PACKAGE_NAME@
|
|
||||||
PACKAGE_STRING = @PACKAGE_STRING@
|
|
||||||
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
||||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
||||||
POFILES = @POFILES@
|
POFILES = @POFILES@
|
||||||
PYTHON = @PYTHON@
|
PYTHON = @PYTHON@
|
||||||
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
|
||||||
@ -153,43 +151,18 @@ PYTHON_PREFIX = @PYTHON_PREFIX@
|
|||||||
PYTHON_VERSION = @PYTHON_VERSION@
|
PYTHON_VERSION = @PYTHON_VERSION@
|
||||||
RELEASE = @RELEASE@
|
RELEASE = @RELEASE@
|
||||||
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
|
SCROLLKEEPER_BUILD_REQUIRED = @SCROLLKEEPER_BUILD_REQUIRED@
|
||||||
SET_MAKE = @SET_MAKE@
|
|
||||||
SHELL = @SHELL@
|
|
||||||
SK_CONFIG = @SK_CONFIG@
|
SK_CONFIG = @SK_CONFIG@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
VERSION = @VERSION@
|
VERSION = @VERSION@
|
||||||
VERSIONSTRING = @VERSIONSTRING@
|
VERSIONSTRING = @VERSIONSTRING@
|
||||||
ZIP = @ZIP@
|
ZIP = @ZIP@
|
||||||
ac_ct_CC = @ac_ct_CC@
|
|
||||||
ac_ct_STRIP = @ac_ct_STRIP@
|
|
||||||
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
|
|
||||||
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
|
|
||||||
am__include = @am__include@
|
am__include = @am__include@
|
||||||
am__leading_dot = @am__leading_dot@
|
|
||||||
am__quote = @am__quote@
|
am__quote = @am__quote@
|
||||||
bindir = @bindir@
|
|
||||||
build_alias = @build_alias@
|
|
||||||
datadir = @datadir@
|
|
||||||
exec_prefix = @exec_prefix@
|
|
||||||
host_alias = @host_alias@
|
|
||||||
includedir = @includedir@
|
|
||||||
infodir = @infodir@
|
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
libdir = @libdir@
|
|
||||||
libexecdir = @libexecdir@
|
|
||||||
localstatedir = @localstatedir@
|
|
||||||
mandir = @mandir@
|
|
||||||
oldincludedir = @oldincludedir@
|
|
||||||
pkgpyexecdir = @pkgpyexecdir@
|
pkgpyexecdir = @pkgpyexecdir@
|
||||||
pkgpythondir = @pkgpythondir@
|
pkgpythondir = @pkgpythondir@
|
||||||
prefix = @prefix@
|
|
||||||
program_transform_name = @program_transform_name@
|
|
||||||
pyexecdir = @pyexecdir@
|
pyexecdir = @pyexecdir@
|
||||||
pythondir = @pythondir@
|
pythondir = @pythondir@
|
||||||
sbindir = @sbindir@
|
|
||||||
sharedstatedir = @sharedstatedir@
|
|
||||||
sysconfdir = @sysconfdir@
|
|
||||||
target_alias = @target_alias@
|
|
||||||
figdir = figures
|
figdir = figures
|
||||||
docname = gramps-manual
|
docname = gramps-manual
|
||||||
lang = C
|
lang = C
|
||||||
@ -221,12 +194,10 @@ CLEANFILES = omf_timestamp *.out
|
|||||||
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
omf_dest_dir = $(datadir)/omf/@PACKAGE@
|
||||||
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
scrollkeeper_localstate_dir = $(localstatedir)/scrollkeeper
|
||||||
subdir = doc/gramps-manual/C
|
subdir = doc/gramps-manual/C
|
||||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
CONFIG_CLEAN_FILES =
|
CONFIG_CLEAN_FILES =
|
||||||
DIST_SOURCES =
|
DIST_SOURCES =
|
||||||
DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/doc/omf.make \
|
DIST_COMMON = Makefile.am Makefile.in
|
||||||
$(top_srcdir)/doc/xmldocs.make Makefile.am
|
|
||||||
all: all-am
|
all: all-am
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
@ -239,23 +210,13 @@ uninstall-info-am:
|
|||||||
tags: TAGS
|
tags: TAGS
|
||||||
TAGS:
|
TAGS:
|
||||||
|
|
||||||
ctags: CTAGS
|
|
||||||
CTAGS:
|
|
||||||
|
|
||||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||||
|
|
||||||
top_distdir = ../../..
|
top_distdir = ../../..
|
||||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
$(mkinstalldirs) $(distdir)/../../../doc
|
@list='$(DISTFILES)'; for file in $$list; do \
|
||||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
|
||||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
|
||||||
list='$(DISTFILES)'; for file in $$list; do \
|
|
||||||
case $$file in \
|
|
||||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
|
||||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
|
||||||
esac; \
|
|
||||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||||
@ -276,13 +237,14 @@ distdir: $(DISTFILES)
|
|||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
$(MAKE) $(AM_MAKEFLAGS) \
|
$(MAKE) $(AM_MAKEFLAGS) \
|
||||||
top_distdir="$(top_distdir)" distdir="$(distdir)" \
|
top_distdir="${top_distdir}" distdir="$(distdir)" \
|
||||||
dist-hook
|
dist-hook
|
||||||
check-am: all-am
|
check-am: all-am
|
||||||
check: check-am
|
check: check-am
|
||||||
all-am: Makefile
|
all-am: Makefile
|
||||||
|
|
||||||
installdirs:
|
installdirs:
|
||||||
|
|
||||||
install: install-am
|
install: install-am
|
||||||
install-exec: install-exec-am
|
install-exec: install-exec-am
|
||||||
install-data: install-data-am
|
install-data: install-data-am
|
||||||
@ -303,7 +265,7 @@ clean-generic:
|
|||||||
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||||
|
|
||||||
distclean-generic:
|
distclean-generic:
|
||||||
-rm -f $(CONFIG_CLEAN_FILES)
|
-rm -f Makefile $(CONFIG_CLEAN_FILES)
|
||||||
|
|
||||||
maintainer-clean-generic:
|
maintainer-clean-generic:
|
||||||
@echo "This command is intended for maintainers to use"
|
@echo "This command is intended for maintainers to use"
|
||||||
@ -313,7 +275,7 @@ clean: clean-am
|
|||||||
clean-am: clean-generic mostlyclean-am
|
clean-am: clean-generic mostlyclean-am
|
||||||
|
|
||||||
distclean: distclean-am
|
distclean: distclean-am
|
||||||
-rm -f Makefile
|
|
||||||
distclean-am: clean-am distclean-generic
|
distclean-am: clean-am distclean-generic
|
||||||
|
|
||||||
dvi: dvi-am
|
dvi: dvi-am
|
||||||
@ -337,21 +299,13 @@ install-man:
|
|||||||
installcheck-am:
|
installcheck-am:
|
||||||
|
|
||||||
maintainer-clean: maintainer-clean-am
|
maintainer-clean: maintainer-clean-am
|
||||||
-rm -f Makefile
|
|
||||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||||
|
|
||||||
mostlyclean: mostlyclean-am
|
mostlyclean: mostlyclean-am
|
||||||
|
|
||||||
mostlyclean-am: mostlyclean-generic
|
mostlyclean-am: mostlyclean-generic
|
||||||
|
|
||||||
pdf: pdf-am
|
|
||||||
|
|
||||||
pdf-am:
|
|
||||||
|
|
||||||
ps: ps-am
|
|
||||||
|
|
||||||
ps-am:
|
|
||||||
|
|
||||||
uninstall-am: uninstall-info-am uninstall-local
|
uninstall-am: uninstall-info-am uninstall-local
|
||||||
|
|
||||||
.PHONY: all all-am check check-am clean clean-generic distclean \
|
.PHONY: all all-am check check-am clean clean-generic distclean \
|
||||||
@ -360,8 +314,8 @@ uninstall-am: uninstall-info-am uninstall-local
|
|||||||
install-exec install-exec-am install-info install-info-am \
|
install-exec install-exec-am install-info install-info-am \
|
||||||
install-man install-strip installcheck installcheck-am \
|
install-man install-strip installcheck installcheck-am \
|
||||||
installdirs maintainer-clean maintainer-clean-generic \
|
installdirs maintainer-clean maintainer-clean-generic \
|
||||||
mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
|
mostlyclean mostlyclean-generic uninstall uninstall-am \
|
||||||
uninstall-am uninstall-info-am uninstall-local
|
uninstall-info-am uninstall-local
|
||||||
|
|
||||||
|
|
||||||
omf: omf_timestamp
|
omf: omf_timestamp
|
||||||
|
@ -350,7 +350,7 @@
|
|||||||
|
|
||||||
<!-- =============== Customization Sub-subsection ================ -->
|
<!-- =============== Customization Sub-subsection ================ -->
|
||||||
<sect3 id="prefs-db-id">
|
<sect3 id="prefs-db-id">
|
||||||
<title>&app; internal IDs</title>
|
<title>GRAMPS internal IDs</title>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<!-- ================ Getting Started Subsection ====== -->
|
<!-- ================ Getting Started Subsection ====== -->
|
||||||
<sect2 id="gramps-start">
|
<sect2 id="gramps-start">
|
||||||
<title>To Start &app;</title>
|
<title>To Start GRAMPS</title>
|
||||||
<para>You can start &app; in the following ways:</para>
|
<para>You can start &app; in the following ways:</para>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -54,7 +54,7 @@
|
|||||||
|
|
||||||
<!-- ================ Getting Started Subsection ==== -->
|
<!-- ================ Getting Started Subsection ==== -->
|
||||||
<sect2 id="run-1st-time">
|
<sect2 id="run-1st-time">
|
||||||
<title>Running &app; for the first time</title>
|
<title>Running GRAMPS for the first time</title>
|
||||||
<para>
|
<para>
|
||||||
The first time you run the program, GRAMPS will display its
|
The first time you run the program, GRAMPS will display its
|
||||||
Getting Started dialogs. Follow the directions guiding you through
|
Getting Started dialogs. Follow the directions guiding you through
|
||||||
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
<!-- ==== Figure: Getting Started Druid Window ==== -->
|
<!-- ==== Figure: Getting Started Druid Window ==== -->
|
||||||
<figure id="druid-fig">
|
<figure id="druid-fig">
|
||||||
<title>&app; Getting Started Window: Researcher Information</title>
|
<title>GRAMPS Getting Started Window: Researcher Information</title>
|
||||||
<screenshot><mediaobject><imageobject><imagedata
|
<screenshot><mediaobject><imageobject><imagedata
|
||||||
fileref="figures/researcher.png" format="PNG"/></imageobject>
|
fileref="figures/researcher.png" format="PNG"/></imageobject>
|
||||||
<textobject>
|
<textobject>
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
<!-- please do not change the id; for translations, change lang to -->
|
<!-- please do not change the id; for translations, change lang to -->
|
||||||
<!-- appropriate code -->
|
<!-- appropriate code -->
|
||||||
<articleinfo>
|
<articleinfo>
|
||||||
<title>&app; Manual V&manrevision;</title>
|
<title>GRAMPS Manual V&manrevision;</title>
|
||||||
|
|
||||||
<copyright> <year>2001</year> <holder>Donald N. Allingham</holder> </copyright>
|
<copyright> <year>2001</year> <holder>Donald N. Allingham</holder> </copyright>
|
||||||
<copyright> <year>2003-2004</year> <holder>Alex Roitman</holder> </copyright>
|
<copyright> <year>2003-2004</year> <holder>Alex Roitman</holder> </copyright>
|
||||||
@ -227,7 +227,7 @@
|
|||||||
genealogical programs. However, &app; offers some unique features. </para>
|
genealogical programs. However, &app; offers some unique features. </para>
|
||||||
|
|
||||||
<sect2 id="why-gramps">
|
<sect2 id="why-gramps">
|
||||||
<title>Why &app;?</title>
|
<title>Why GRAMPS?</title>
|
||||||
<para> &app; was conceived under the concept
|
<para> &app; was conceived under the concept
|
||||||
that most genealogy programs were designed to provide the researcher the
|
that most genealogy programs were designed to provide the researcher the
|
||||||
capability to input information related to a particular family tree.
|
capability to input information related to a particular family tree.
|
||||||
@ -292,7 +292,7 @@
|
|||||||
manual, this is the place to put it.
|
manual, this is the place to put it.
|
||||||
Alternatively, you can put this information in the title page.-->
|
Alternatively, you can put this information in the title page.-->
|
||||||
<sect1 id="gramps-about">
|
<sect1 id="gramps-about">
|
||||||
<title>About &app;</title>
|
<title>About GRAMPS</title>
|
||||||
<para> &app; was written by Donald N. Allingham
|
<para> &app; was written by Donald N. Allingham
|
||||||
(<email>dallingham@users.sourceforge.net</email>).
|
(<email>dallingham@users.sourceforge.net</email>).
|
||||||
To find more information about &app;, please visit the
|
To find more information about &app;, please visit the
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
|
|
||||||
<!-- ==== Figure: Main Window ==== -->
|
<!-- ==== Figure: Main Window ==== -->
|
||||||
<figure id="mainwin-fig">
|
<figure id="mainwin-fig">
|
||||||
<title>&app; Main Window</title>
|
<title>GRAMPS Main Window</title>
|
||||||
<screenshot><mediaobject><imageobject><imagedata
|
<screenshot><mediaobject><imageobject><imagedata
|
||||||
fileref="figures/mainwin.png" format="PNG"/></imageobject>
|
fileref="figures/mainwin.png" format="PNG"/></imageobject>
|
||||||
<textobject>
|
<textobject>
|
||||||
<phrase>Shows &app; main window. Contains titlebar, menubar,
|
<phrase>Shows GRAMPS main window. Contains titlebar, menubar,
|
||||||
toolbar, sidebar, display area, statusbar, progressbar, and
|
toolbar, sidebar, display area, statusbar, progressbar, and
|
||||||
scrollbars. Menubar contains File, Edit, View, Go, Bookmarks,
|
scrollbars. Menubar contains File, Edit, View, Go, Bookmarks,
|
||||||
Reports, Tools, Settings, and Help menus. </phrase>
|
Reports, Tools, Settings, and Help menus. </phrase>
|
||||||
|
Loading…
Reference in New Issue
Block a user