Michael Pitidis 13 anni fa
parent
commit
bc7a401ca5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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),
         hideAll = action('&Hide\nPolygons', partial(self.togglePolygons, False),
                 'Ctrl+H', 'hide', u'Hide all polygons',
                 'Ctrl+H', 'hide', u'Hide all polygons',
                 enabled=False)
                 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',
                 'Ctrl+A', 'hide', u'Show all polygons',
                 enabled=False)
                 enabled=False)