diff --git a/MANIFEST b/MANIFEST index 493dbe58..15a8e5c0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4,7 +4,7 @@ COPYING ChangeLog INSTALL TODO -gfceu.glade +gfceu.xml gfceu.desktop gfceu.png gfceu_big.png diff --git a/gfceu b/gfceu index 88cc72c5..69da9b8e 100644 --- a/gfceu +++ b/gfceu @@ -293,7 +293,7 @@ class GfceuApp: glade_file = os.path.join(os.path.dirname(sys.argv[0]), '../share/gfceu/gfceu.xml') else: print 'ERROR.' - print 'Could not find the glade interface file.' + print 'Could not find the glade.xml file.' print 'Try reinstalling the application.' sys.exit(1) diff --git a/setup.py b/setup.py index 24b04f49..19cd503e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name="gfceu", version="0.7svn", scripts = ['gfceu'], - data_files=[('share/gfceu/',['gfceu.glade', 'gfceu_big.png', 'gfceu.png']), + data_files=[('share/gfceu/',['gfceu.xml', 'gfceu_big.png', 'gfceu.png']), ('share/pixmaps/', ['gfceu.png']), ('share/man/man1/', ['gfceu.1']), ('share/applications/', ['gfceu.desktop'])],