Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/CM.c')
-rw-r--r--src/Cedar/CM.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Cedar/CM.c b/src/Cedar/CM.c
index cd3d2d69..8a2dc133 100644
--- a/src/Cedar/CM.c
+++ b/src/Cedar/CM.c
@@ -5718,6 +5718,15 @@ void CmMainWindowOnCommandEx(HWND hWnd, WPARAM wParam, LPARAM lParam, bool easy)
// Installation is prohibited
break;
}
+ // Warning message
+ if (MsIsWindows10())
+ {
+ if (MsgBox(hWnd, MB_ICONINFORMATION | MB_OKCANCEL, _UU("CM_VLAN_REINSTALL_MSG")) == IDCANCEL)
+ {
+ // Cancel
+ break;
+ }
+ }
index = LvGetSelected(hWnd, L_VLAN);
if (index != INFINITE)
{