From 9da46b197c2a692289c91db39f3f7c01f313df29 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Mon, 10 Nov 2008 05:01:58 +0000 Subject: [PATCH] version bump and moved options into new fceux dir (.fceux) --- ChangeLog | 2 ++ gfceux | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a898e9c..6cf928f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +* Moved gfceu options data file into .fceux instead of .fceultra +================= version 2.0.3 ================================= * Updated UI slightly. Moved sound and advanced tabs; made autoscaling configuration a bit more intuitive; rearranged some items; made some text more clear diff --git a/gfceux b/gfceux index 520fe23b..26515ab7 100755 --- a/gfceux +++ b/gfceux @@ -1,7 +1,7 @@ #!/usr/bin/python # gfceux - Graphical launcher for fceux. # Designed on Ubuntu, with platfrom independence in mind. -version = "2.0.2svn" +version = "2.0.4svn" title = "gfceux" # Copyright (C) 2008 Lukas Sabota ## @@ -210,7 +210,7 @@ def find_binary(file): # # # # # # # # # # # # # # # # # # Globals options = None -optionsfile = os.getenv('HOME') + '/.fceultra/gfceux_options.dat' +optionsfile = os.getenv('HOME') + '/.fceux/gfceux_options.dat' widgets = None class GfceuxApp: