Michael Pitidis 13 年之前
父节点
当前提交
bc7a401ca5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      labelme.py

+ 1 - 1
labelme.py

@@ -168,7 +168,7 @@ class MainWindow(QMainWindow, WindowMixin):
         hideAll = action('&Hide\nPolygons', partial(self.togglePolygons, False),
                 'Ctrl+H', 'hide', u'Hide all polygons',
                 enabled=False)
-        showAll = action('&Show\nnPolygons', partial(self.togglePolygons, True),
+        showAll = action('&Show\nPolygons', partial(self.togglePolygons, True),
                 'Ctrl+A', 'hide', u'Show all polygons',
                 enabled=False)