From b2a00e7bf76a65a1f08b17624dd4ec90e97e13d6 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sun, 19 Oct 2008 18:24:06 +0000 Subject: [PATCH] minor string changes to gfceu --- ChangeLog | 2 ++ gfceu | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13b3e5ce..0031c474 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +========================== version 0.6.2 ======================== +* Minor string changes. ========================== version 0.6.1 ======================== * Changed some strings to reflect new email and website * Fixed and cleaned some stuff with the glade loading diff --git a/gfceu b/gfceu index d97452af..d46e256d 100755 --- a/gfceu +++ b/gfceu @@ -1,7 +1,7 @@ #!/usr/bin/python # gfceu - Graphical launcher for FCE Ultra. # Designed on Ubuntu, with platfrom independence in mind. -version = "0.6.1" +version = "0.6.2svn" # Copyright (C) 2006 Lukas Sabota ## """ @@ -90,7 +90,7 @@ except ImportError: gfceu_error('The glade libraries cannot be found.\n\ Ensure that libglade is installed on this system.\n\ On Debian based systems (like Ubuntu), try this command:\n\ - sudo apt-get install libglade2-0 python-gtk2', 2, False) + sudo apt-get install libglade2-0 python-gtk2 python-glade2', 2, False) try: import gnomevfs