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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/DafnyMenu/PkgCmdID.cs b/Source/DafnyMenu/PkgCmdID.cs
index f5905ea3..f3452cb9 100644
--- a/Source/DafnyMenu/PkgCmdID.cs
+++ b/Source/DafnyMenu/PkgCmdID.cs
@@ -11,6 +11,6 @@ namespace DafnyLanguage.DafnyMenu
public const uint cmdidStopVerifier = 0x102;
public const uint cmdidMenu = 0x1021;
public static uint cmdidToggleSnapshotVerification = 0x103;
- public const uint cmdidShowErrorModel = 0x104;
+ public const uint cmdidToggleBVD = 0x104;
};
} \ No newline at end of file