From 4886c7e1cadbac36bea2f96e7c3bbf6b8322be29 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Tue, 28 Aug 2012 21:48:41 +0200 Subject: [PATCH] About to change communication system. First element of list will be the id --- ivolution/gui_wx/IvolutionWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivolution/gui_wx/IvolutionWindow.py b/ivolution/gui_wx/IvolutionWindow.py index b9c6866..d7298ac 100644 --- a/ivolution/gui_wx/IvolutionWindow.py +++ b/ivolution/gui_wx/IvolutionWindow.py @@ -60,7 +60,7 @@ class IvolutionWindow(IvolutionTemplate, Observer, Observable): """ """ # FIXME: You gotta try on a Mac - self.videospeedlistChoices = [u"slow", u"medium", u"fast"] # FIXME: Is there a way to do better? + self.videospeedlistChoices = [u"slow", u"medium", u"fast"] self.gaugerange = 100 self.root_fo = ""