Moved options file to gfceu_options

This commit is contained in:
punkrockguy318 2006-09-21 19:46:25 +00:00
parent c8fd4f0978
commit f53c339781
1 changed files with 2 additions and 3 deletions

5
gfceu
View File

@ -1,8 +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.5.1" version = "0.5.1svn"
# gfceu version 0.5.1
# Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net> # Copyright (C) 2006 Lukas Sabota <punkrockguy318@comcast.net>
## ##
""" """
@ -481,7 +480,7 @@ def no_network_radio_clicked(arg1):
# Globals # Globals
xml = None xml = None
options = None options = None
optionsfile = os.getenv('HOME')+'/.gfceu' optionsfile = os.getenv('HOME')+'/.gfceu_options'
fceu_binary = None fceu_binary = None
fceu_server_binary = None fceu_server_binary = None
#version is defined earlier in the code #version is defined earlier in the code