From 852c63d04d91e1968dacb93baf248e44be75a848 Mon Sep 17 00:00:00 2001 From: Wang Yinghao Date: Fri, 2 Mar 2018 09:44:42 -0600 Subject: [PATCH] Change Label Text --- labelImg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labelImg.py b/labelImg.py index d23d7911..02b5df64 100755 --- a/labelImg.py +++ b/labelImg.py @@ -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,