Vitaly Lipatov's gnome2 patch.

* src/gnome-utils/Makefile.am:
	  Add DESTDIR to the install hooks
	* src/gnome/gnc-plugin-page-account-tree.c: Fix spelling of "Account"


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/branches/gnucash-gnome2-dev@10345 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2004-12-01 03:21:02 +00:00
parent 6737f82a81
commit 3c0425ef66
3 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2004-11-30 Derek Atkins <derek@ihtfp.com>
* src/gnome-utils/Makefile.am:
Add DESTDIR to the install hooks
* src/gnome/gnc-plugin-page-account-tree.c: Fix spelling of "Account"
2004-10-31 Derek Atkins <derek@ihtfp.com>
Heath Martin's x86_64 patch:

View File

@@ -255,7 +255,7 @@ DISTCLEANFILES = gnucash g-wrapped .scm-links ${SCM_FILE_LINKS} \
# them in ${pkgdatadir}/gnome/help/${program}.
#
install-data-hook:
ln -sf ../gnome ${pkgdatadir}
ln -sf ../gnome ${DESTDIR}/${pkgdatadir}
uninstall-hook:
rm -f ${pkgdatadir}/gnome
rm -f ${DESTDIR}/${pkgdatadir}/gnome

View File

@@ -133,10 +133,10 @@ static EggActionEntry gnc_plugin_page_account_tree_actions [] = {
G_CALLBACK (gnc_plugin_page_account_tree_cmd_open_subaccounts) },
/* Edit menu */
{ "EditEditAccountAction", N_("_Edit Acount"), GNC_STOCK_EDIT_ACCOUNT, "<control>e",
{ "EditEditAccountAction", N_("_Edit Account"), GNC_STOCK_EDIT_ACCOUNT, "<control>e",
N_("Edit the selected account"),
G_CALLBACK (gnc_plugin_page_account_tree_cmd_edit_account) },
{ "EditDeleteAccountAction", N_("_Delete Acount"), GNC_STOCK_DELETE_ACCOUNT, NULL,
{ "EditDeleteAccountAction", N_("_Delete Account"), GNC_STOCK_DELETE_ACCOUNT, NULL,
N_("Delete selected account"),
G_CALLBACK (gnc_plugin_page_account_tree_cmd_delete_account) },
{ "EditAccountViewOptionsAction", N_("Account Tree Options"), GTK_STOCK_PROPERTIES, NULL,