Minor Settings changes
This commit is contained in:
@@ -331,12 +331,6 @@ Public Class frmSettings
|
|||||||
Me.Close()
|
Me.Close()
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub frmSettings_FormClosing(sender As System.Object, e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
|
|
||||||
If bShutdown = False Then
|
|
||||||
e.Cancel = True
|
|
||||||
End If
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub frmSettings_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
|
Private Sub frmSettings_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
|
||||||
SetForm()
|
SetForm()
|
||||||
LoadCombos()
|
LoadCombos()
|
||||||
|
|||||||
Generated
+1
-1
@@ -3517,7 +3517,7 @@ Namespace My.Resources
|
|||||||
End Property
|
End Property
|
||||||
|
|
||||||
'''<summary>
|
'''<summary>
|
||||||
''' Looks up a localized string similar to Invalid or poorly formatted 7-Zip arguments can cause backup or restore operations to fail.[BR][BR]If problems occur, clear the arguments and refer to the GBM manual..
|
''' Looks up a localized string similar to Invalid or poorly formatted 7-Zip arguments can cause backup or restore operations to fail.[BR][BR]If problems occur, clear the custom arguments and try again..
|
||||||
'''</summary>
|
'''</summary>
|
||||||
Friend ReadOnly Property frmSettings_WarningArguments() As String
|
Friend ReadOnly Property frmSettings_WarningArguments() As String
|
||||||
Get
|
Get
|
||||||
|
|||||||
@@ -1610,7 +1610,7 @@
|
|||||||
<value>Locate 7-Zip Console (7za)</value>
|
<value>Locate 7-Zip Console (7za)</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmSettings_WarningArguments" xml:space="preserve">
|
<data name="frmSettings_WarningArguments" xml:space="preserve">
|
||||||
<value>Invalid or poorly formatted 7-Zip arguments can cause backup or restore operations to fail.[BR][BR]If problems occur, clear the arguments and refer to the GBM manual.</value>
|
<value>Invalid or poorly formatted 7-Zip arguments can cause backup or restore operations to fail.[BR][BR]If problems occur, clear the custom arguments and try again.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="frmMain_Error7zCustom" xml:space="preserve">
|
<data name="frmMain_Error7zCustom" xml:space="preserve">
|
||||||
<value>The custom 7-Zip utility could not be found at:[BR][BR][PARAM][BR][BR]Please check your settings, the default 7-Zip utility will be used.</value>
|
<value>The custom 7-Zip utility could not be found at:[BR][BR][PARAM][BR][BR]Please check your settings, the default 7-Zip utility will be used.</value>
|
||||||
|
|||||||
Reference in New Issue
Block a user