[Gnucash-changes] Vitaly Lipatov's gnome2 patch.

Derek Atkins warlord at cvs.gnucash.org
Tue Nov 30 22:21:05 EST 2004


Log Message:
-----------
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"

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/gnome:
        gnc-plugin-page-account-tree.c
    gnucash/src/gnome-utils:
        Makefile.am

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.139
retrieving revision 1.1487.2.140
diff -LChangeLog -LChangeLog -u -r1.1487.2.139 -r1.1487.2.140
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,9 @@
+2004-11-30  Derek Atkins  <derek at 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 at ihtfp.com>
 
 	Heath Martin's x86_64 patch:
Index: gnc-plugin-page-account-tree.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome/Attic/gnc-plugin-page-account-tree.c,v
retrieving revision 1.1.2.32
retrieving revision 1.1.2.33
diff -Lsrc/gnome/gnc-plugin-page-account-tree.c -Lsrc/gnome/gnc-plugin-page-account-tree.c -u -r1.1.2.32 -r1.1.2.33
--- src/gnome/gnc-plugin-page-account-tree.c
+++ src/gnome/gnc-plugin-page-account-tree.c
@@ -133,10 +133,10 @@
 	  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,
Index: Makefile.am
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome-utils/Makefile.am,v
retrieving revision 1.48.2.23
retrieving revision 1.48.2.24
diff -Lsrc/gnome-utils/Makefile.am -Lsrc/gnome-utils/Makefile.am -u -r1.48.2.23 -r1.48.2.24
--- src/gnome-utils/Makefile.am
+++ src/gnome-utils/Makefile.am
@@ -255,7 +255,7 @@
 # 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


More information about the gnucash-changes mailing list