From cec4418c7fe778091ec92f7fc89ec7c3d4fc8860 Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Tue, 1 Nov 2016 00:58:28 +0200 Subject: [PATCH] Update TODO file & tags --- TODO | 2 ++ youtube_dl_gui/optionsframe.py | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index ff39b4b..05c70d8 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,7 @@ NEW_LAYOUT * Adjust layout see #131 * Multiple items selection (ListCtrl) * Change default video formats +* Labels back to gettext GUI === @@ -68,6 +69,7 @@ Other * Use youtube-dl directly from python instead of using the subprocess module * Script to automatically update file contents like version from .github/ISSUE_TEMPLATE.md file, AUTHORS file, etc.. * Non-Windows shutdown using D-Bus instead of 'shutdown' +* LogManager always write time Invalid ======= diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index 0dffbed..4d5aa4d 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -34,8 +34,7 @@ from .formats import ( FORMATS ) #TODO Adjust layout -#TODO Add labels to gettext -#TODO Move all formats, etc to formats.py +#REFACTOR Move all formats, etc to formats.py class OptionsFrame(wx.Frame):