[gnome-python-desktop] setup.py: fix error message



commit b58d8c282eaff6f33dfc2f216374c23e3a6d9ccc
Author: Dieter Verfaillie <dieterv optionexplicit be>
Date:   Wed Jan 12 12:05:37 2011 +0100

    setup.py: fix error message

 setup.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/setup.py b/setup.py
index 3c7993d..57ba40c 100644
--- a/setup.py
+++ b/setup.py
@@ -20,8 +20,8 @@ from distutils.core import setup
 # Check for windows platform
 if sys.platform != 'win32':
     msg =  '*' * 68 + '\n'
-    msg += '* Building PyGTK using distutils is only supported on windows. *\n'
-    msg += '* To build PyGTK in a supported way, read the INSTALL file.    *\n'
+    msg += '* Building PyRsvg using distutils is only supported on windows. *\n'
+    msg += '* To build PyRsvg in a supported way, read the INSTALL file.    *\n'
     msg += '*' * 68
     raise SystemExit(msg)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]