OSDN Git Service

Remove visibility of "share with individuals" because that information isn't currentl...
authorRandy Baumgarte <randy@fbn.cx>
Mon, 29 Nov 2010 00:48:20 +0000 (19:48 -0500)
committerRandy Baumgarte <randy@fbn.cx>
Wed, 15 Dec 2010 15:16:40 +0000 (10:16 -0500)
src/cx/fbn/nevernote/gui/MainMenuBar.java

index 2e73965..df6369e 100644 (file)
@@ -459,6 +459,7 @@ public class MainMenuBar extends QMenuBar {
 \r
                notebookShareAction = new QAction(tr("Share With Individuals"), this);\r
                notebookShareAction.setEnabled(false);\r
+               notebookShareAction.setVisible(false);\r
                notebookShareAction.triggered.connect(parent, "shareNotebook()");\r
                setupShortcut(notebookShareAction, "File_Notebook_Share");\r
                \r