提交 3b849723 编写于 作者: K Kentaro Wada

Fix color_line -> color-line

上级 4d765e2b
......@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册