minor string changes to gfceu

This commit is contained in:
punkrockguy318 2008-10-19 18:24:06 +00:00
parent a3303b1ec1
commit b2a00e7bf7
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
========================== version 0.6.2 ========================
* Minor string changes.
========================== version 0.6.1 ======================== ========================== version 0.6.1 ========================
* Changed some strings to reflect new email and website * Changed some strings to reflect new email and website
* Fixed and cleaned some stuff with the glade loading * Fixed and cleaned some stuff with the glade loading

4
gfceu
View File

@ -1,7 +1,7 @@
#!/usr/bin/python #!/usr/bin/python
# gfceu - Graphical launcher for FCE Ultra. # gfceu - Graphical launcher for FCE Ultra.
# Designed on Ubuntu, with platfrom independence in mind. # Designed on Ubuntu, with platfrom independence in mind.
version = "0.6.1" version = "0.6.2svn"
# Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net> # Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net>
## ##
""" """
@ -90,7 +90,7 @@ except ImportError:
gfceu_error('The glade libraries cannot be found.\n\ gfceu_error('The glade libraries cannot be found.\n\
Ensure that libglade is installed on this system.\n\ Ensure that libglade is installed on this system.\n\
On Debian based systems (like Ubuntu), try this command:\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: try:
import gnomevfs import gnomevfs