mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user