Browse Source

Fix color_line -> color-line

Kentaro Wada 5 years ago
parent
commit
3b84972309
1 changed files with 1 additions and 1 deletions
  1. 1 1
      labelme/app.py

+ 1 - 1
labelme/app.py

@@ -247,7 +247,7 @@ class MainWindow(QtWidgets.QMainWindow):
                        shortcuts['close'], 'close',
                        self.tr('Close current file'))
         color1 = action(self.tr('Polygon &Line Color'), self.chooseColor1,
-                        shortcuts['edit_line_color'], 'color_line',
+                        shortcuts['edit_line_color'], 'color-line',
                         self.tr('Choose polygon line color'))
         color2 = action(self.tr('Polygon &Fill Color'), self.chooseColor2,
                         shortcuts['edit_fill_color'], 'color',