From 27eb3e29b64bb7f867b079e38551db671caa5ddc Mon Sep 17 00:00:00 2001 From: MrS0m30n3 Date: Fri, 14 Oct 2016 20:39:59 +0300 Subject: [PATCH] optionsframe.py: Update TODO tags --- youtube_dl_gui/optionsframe.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/youtube_dl_gui/optionsframe.py b/youtube_dl_gui/optionsframe.py index 0e4ccc2..49db4c6 100644 --- a/youtube_dl_gui/optionsframe.py +++ b/youtube_dl_gui/optionsframe.py @@ -25,7 +25,11 @@ from .utils import ( os_path_exists, get_icon_file ) +#TODO Remove old code +#TODO Set up load-save methods #TODO Set frame's min size +#TODO Add labels to gettext +#TODO Review layout class OptionsFrame(wx.Frame): @@ -1300,8 +1304,6 @@ class SubtitlesTab(TabPanel): class GeneralTab(TabPanel): - #TODO Add labels to gettext - def __init__(self, *args, **kwargs): super(GeneralTab, self).__init__(*args, **kwargs)