diff options
author | hwspeedy <ns@bigbear.dk> | 2024-04-28 16:02:24 +0200 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-04-28 16:02:24 +0200 |
commit | 73334e01c47a37c4c0f9c3d3778be2a8df826ba1 (patch) | |
tree | 616dc67c28526be1b5ff9ee579cd07b38c307570 /includes | |
parent | 4153afe55440fdc3841d38d5feaf88937add74b7 (diff) |
FIX Disabled non working clipboard - low value
Diffstat (limited to 'includes')
-rw-r--r-- | includes/uidefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/uidefs.h b/includes/uidefs.h index 2165ea8c..42587519 100644 --- a/includes/uidefs.h +++ b/includes/uidefs.h @@ -15,7 +15,7 @@ char *uidefs_str = " <menubar>" " <menu name=\"InformationMenu\" action=\"InformationMenuAction\">" " <menuitem name=\"Report\" action=\"ReportAction\" always-show-image=\"true\"/>" - " <menuitem name=\"Copy\" action=\"CopyAction\" always-show-image=\"true\"/>" + /* " <menuitem name=\"Copy\" action=\"CopyAction\" always-show-image=\"true\"/>"*/ SYNC_MANAGER_MENU_ITEMS \ " <separator/>" " <menuitem name=\"Quit\" action=\"QuitAction\" />" @@ -47,7 +47,7 @@ char *uidefs_str = " <toolitem name=\"Refresh\" action=\"RefreshAction\"/>" " <separator/>" " <toolitem name=\"Report\" action=\"ReportAction\"/>" - " <toolitem name=\"Copy\" action=\"CopyAction\"/>" + /* " <toolitem name=\"Copy\" action=\"CopyAction\"/>"*/ " <separator/>" SYNC_MANAGER_TOOL_ITEMS \ " </placeholder>" |