Skip to content

Commit

Permalink
fix #5541
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed May 3, 2012
1 parent 5f1c98d commit 8e55441
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/db_manager/db_manager.py
Expand Up @@ -355,6 +355,8 @@ def setupUi(self):
actionMenuSchema = self.menuBar.addMenu(self.menuSchema)
self.menuTable = QMenu("&Table", self)
actionMenuTable = self.menuBar.addMenu(self.menuTable)
self.menuHelp = None#QMenu("&Help", self)
#actionMenuHelp = self.menuBar.addMenu(self.menuHelp)

self.setMenuBar(self.menuBar)

Expand Down

0 comments on commit 8e55441

Please sign in to comment.