From 848db09842adf855f4cbf5b7cf13a8437485d2db Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 17 Oct 2002 13:43:28 +0000 Subject: [PATCH] * fix bug #96030 -- change "Customer/Vendor Name" to "Company Name" git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7329 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ src/business/business-gnome/dialog-customer.c | 2 +- src/business/business-gnome/dialog-vendor.c | 2 +- src/business/business-gnome/glade/customer.glade | 2 +- src/business/business-gnome/glade/vendor.glade | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ee950340f..0acfd44442 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-17 Derek Atkins + + * fix bug #96030 -- change "Customer/Vendor Name" to "Company Name" + 2002-10-16 Joshua Sled * src/app-utils/gnc-exp-parser.c (gnc_exp_parser_parse): This diff --git a/src/business/business-gnome/dialog-customer.c b/src/business/business-gnome/dialog-customer.c index 352301ec42..510a7c997a 100644 --- a/src/business/business-gnome/dialog-customer.c +++ b/src/business/business-gnome/dialog-customer.c @@ -788,7 +788,7 @@ gnc_customer_search (GncCustomer *start, GNCBook *book) CUSTOMER_ADDR, ADDRESS_NAME, NULL); params = gnc_search_param_prepend (params, _("Customer ID"), NULL, type, CUSTOMER_ID, NULL); - params = gnc_search_param_prepend (params, _("Customer Name"), NULL, type, + params = gnc_search_param_prepend (params, _("Company Name"), NULL, type, CUSTOMER_NAME, NULL); } diff --git a/src/business/business-gnome/dialog-vendor.c b/src/business/business-gnome/dialog-vendor.c index 3a6b6e7524..3f752f0fa9 100644 --- a/src/business/business-gnome/dialog-vendor.c +++ b/src/business/business-gnome/dialog-vendor.c @@ -644,7 +644,7 @@ gnc_vendor_search (GncVendor *start, GNCBook *book) VENDOR_ADDR, ADDRESS_NAME, NULL); params = gnc_search_param_prepend (params, _("Vendor ID"), NULL, type, VENDOR_ID, NULL); - params = gnc_search_param_prepend (params, _("Vendor Name"), NULL, type, + params = gnc_search_param_prepend (params, _("Company Name"), NULL, type, VENDOR_NAME, NULL); } diff --git a/src/business/business-gnome/glade/customer.glade b/src/business/business-gnome/glade/customer.glade index f2c006222c..a1feab78a3 100644 --- a/src/business/business-gnome/glade/customer.glade +++ b/src/business/business-gnome/glade/customer.glade @@ -157,7 +157,7 @@ GtkLabel label19 - + GTK_JUSTIFY_RIGHT False 1 diff --git a/src/business/business-gnome/glade/vendor.glade b/src/business/business-gnome/glade/vendor.glade index d7bacc1f39..3ad3037b77 100644 --- a/src/business/business-gnome/glade/vendor.glade +++ b/src/business/business-gnome/glade/vendor.glade @@ -158,7 +158,7 @@ GtkLabel label19 - + GTK_JUSTIFY_RIGHT False 1