summaryrefslogtreecommitdiff
path: root/Source/DafnyMenu/PkgCmdID.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/DafnyMenu/PkgCmdID.cs')
-rw-r--r--Source/DafnyMenu/PkgCmdID.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/DafnyMenu/PkgCmdID.cs b/Source/DafnyMenu/PkgCmdID.cs
index f3452cb9..b6f30145 100644
--- a/Source/DafnyMenu/PkgCmdID.cs
+++ b/Source/DafnyMenu/PkgCmdID.cs
@@ -12,5 +12,6 @@ namespace DafnyLanguage.DafnyMenu
public const uint cmdidMenu = 0x1021;
public static uint cmdidToggleSnapshotVerification = 0x103;
public const uint cmdidToggleBVD = 0x104;
+ public static uint cmdidToggleMoreAdvancedSnapshotVerification = 0x105;
};
} \ No newline at end of file