Index: ec_paypal.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ecommerce/ec_paypal/ec_paypal.module,v
retrieving revision 1.4
diff -u -r1.4 ec_paypal.module
--- ec_paypal.module	29 Oct 2008 03:26:52 -0000	1.4
+++ ec_paypal.module	3 Nov 2008 14:29:41 -0000
@@ -288,7 +288,7 @@
       'name' => t('PayPal'),
       'description' => t('Save time. Check out securely. Pay without sharing your financial information.'),
       'icon' => array(
-        'src' => drupal_get_path('module', 'paypal') .'/images/PayPal_mark_50x34.gif',
+        'src' => drupal_get_path('module', 'ec_paypal') .'/images/PayPal_mark_50x34.gif',
         'attributes' => array(
           'title' => t('Acceptance Mark'),
           'class' => 'paypal-logo',
@@ -305,7 +305,7 @@
       'name' => t('PayPal Express'),
       'description' => t('Save time. Check out securely. Pay without sharing your financial information.'),
       'icon' => array(
-        'src' => drupal_get_path('module', 'paypal') .'/images/PayPal_mark_50x34.gif',
+        'src' => drupal_get_path('module', 'ec_paypal') .'/images/PayPal_mark_50x34.gif',
         'attributes' => array(
           'title' => t('Acceptance Mark'),
           'class' => 'paypal-logo',
@@ -323,7 +323,7 @@
       'name' => t('PayPal Pro'),
       'description' => t('Save time. Check out securely. Pay without sharing your financial information.'),
       'icon' => array(
-        'src' => drupal_get_path('module', 'paypal') .'/images/PayPal_mark_50x34.gif',
+        'src' => drupal_get_path('module', 'ec_paypal') .'/images/PayPal_mark_50x34.gif',
         'attributes' => array(
           'title' => t('Acceptance Mark'),
           'class' => 'paypal-logo',
