Moved gauges settings into preferences dialog

This commit is contained in:
HomeWorld
2010-12-06 13:20:49 +02:00
parent 1bf4e7498d
commit c703252ee5
7 changed files with 71 additions and 62 deletions

View File

@@ -17,9 +17,9 @@
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
#===============================================================================
from gui.preferenceView import PreferenceView
import wx
from gui.preferenceView import PreferenceView
from gui import bitmapLoader
class DummyView(PreferenceView):
title = "Dummy"