Change Label Text

This commit is contained in:
Wang Yinghao 2018-03-02 09:44:42 -06:00
parent 180d25a2d7
commit 852c63d04d

View File

@ -236,7 +236,7 @@ class MainWindow(QMainWindow, WindowMixin):
save = action('&Save', self.saveFile,
'Ctrl+S', 'save', u'Save labels to file', enabled=False)
save_format = action('&Format', self.change_format,
save_format = action('&PascalVOC', self.change_format,
'Ctrl+', 'format_voc', u'Change save format', enabled=True)
saveAs = action('&Save As', self.saveFileAs,