Revert "PG16 support privilege MAINTAIN"

This reverts commit bcb87cf9e41c87efdcbeb7c80389d9fee35d29b8.
This commit is contained in:
lsv 2023-09-27 09:47:09 +05:00 committed by lsv
parent fc71d91348
commit 0f241fef7c
8 changed files with 11 additions and 27 deletions

View file

@ -26,7 +26,7 @@
#include <wx/arrimpl.cpp>
defaultPrivilegesOn g_defPrivTables('r', wxT("Tables"), wxT("arwdDxtm")),
defaultPrivilegesOn g_defPrivTables('r', wxT("Tables"), wxT("arwdDxt")),
g_defPrivSequences('S', wxT("Sequences"), wxT("rwU")),
g_defPrivFunctions('f', wxT("Functions"), wxT("X")),
g_defPrivTypes('T', wxT("Types"), wxT("U"));