Browse Source

optionsframe.py: Update TODO tags

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
27eb3e29b6
1 changed files with 4 additions and 2 deletions
  1. 6
      youtube_dl_gui/optionsframe.py

6
youtube_dl_gui/optionsframe.py

@ -25,7 +25,11 @@ from .utils import (
os_path_exists, os_path_exists,
get_icon_file get_icon_file
) )
#TODO Remove old code
#TODO Set up load-save methods
#TODO Set frame's min size #TODO Set frame's min size
#TODO Add labels to gettext
#TODO Review layout
class OptionsFrame(wx.Frame): class OptionsFrame(wx.Frame):
@ -1300,8 +1304,6 @@ class SubtitlesTab(TabPanel):
class GeneralTab(TabPanel): class GeneralTab(TabPanel):
#TODO Add labels to gettext
def __init__(self, *args, **kwargs): def __init__(self, *args, **kwargs):
super(GeneralTab, self).__init__(*args, **kwargs) super(GeneralTab, self).__init__(*args, **kwargs)

Loading…
Cancel
Save