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

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiley McArdle <riley@mremoteng.org>2010-01-30 12:43:55 +0300
committerRiley McArdle <riley@mremoteng.org>2010-01-30 12:43:55 +0300
commit61b3644a03d924abac61dbc6dc8c4bb2984cde5f (patch)
treee2bed7596cd42e93043f0eafb0e25e4e1b43e344 /mRemoteV1/My Project/Settings.Designer.vb
parenta5ac1284a2132b2c55025dd6a4aa223fbbc55e06 (diff)
Changed exit confirmation from MsgBox to TaskDialog.
Diffstat (limited to 'mRemoteV1/My Project/Settings.Designer.vb')
-rw-r--r--mRemoteV1/My Project/Settings.Designer.vb2
1 files changed, 1 insertions, 1 deletions
diff --git a/mRemoteV1/My Project/Settings.Designer.vb b/mRemoteV1/My Project/Settings.Designer.vb
index debc231c..c5270566 100644
--- a/mRemoteV1/My Project/Settings.Designer.vb
+++ b/mRemoteV1/My Project/Settings.Designer.vb
@@ -239,7 +239,7 @@ Namespace My
<Global.System.Configuration.UserScopedSettingAttribute(), _
Global.System.Configuration.SettingsProviderAttribute(GetType(mRemote.Config.Settings.Providers.ChooseProvider)), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
- Global.System.Configuration.DefaultSettingValueAttribute("False")> _
+ Global.System.Configuration.DefaultSettingValueAttribute("True")> _
Public Property ConfirmExit() As Boolean
Get
Return CType(Me("ConfirmExit"),Boolean)