Commit 227f532 1 parent e1a3ae3 commit 227f532 Copy full SHA for 227f532
File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,14 @@ Public Class atcBasinsPlugIn
124
124
.Add( "Welcome to BASINS 4.5 Window" , "Welcome to GW Toolbox Window" )
125
125
.Add( "Build BASINS Project" , "Build New Project" )
126
126
End With
127
+ Case "Hydro Toolbox"
128
+ lHelpFilename = FindFile( "Please Find Help Document" , g_ProgramDir & "docs\GWToolbox.chm" )
129
+ BasinsDataPath = "USGS-WATER\data\"
130
+ With atcUtility.HelpSubstitutions
131
+ .Add( "BASINS Details" , "GW Toolbox Details" )
132
+ .Add( "Welcome to BASINS 4.5 Window" , "Welcome to GW Toolbox Window" )
133
+ .Add( "Build BASINS Project" , "Build New Project" )
134
+ End With
127
135
128
136
Case Else ' BASINS
129
137
lHelpFilename = FindFile( "" , g_ProgramDir & "docs\BASINS4.5.chm" )
Original file line number Diff line number Diff line change @@ -377,6 +377,7 @@ Friend Class frmAbout
377
377
End Try
378
378
Try
379
379
# If ProgramName = "USGS GW Toolbox" Then
380
+ Me .Width += 30
380
381
381
382
# ElseIf ProgramName = "USGS SW Toolbox" Then
382
383
Me .Width += 30
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ Public Module modBasinsPlugin
23
23
# If ProgramName = "USGS GW Toolbox" Then
24
24
Public Const g_AppNameRegistry As String = "USGS-GW" 'For preferences in registry
25
25
Friend Const g_AppNameShort As String = "GW Toolbox"
26
- Friend Const g_AppNameLong As String = "USGS GW Toolbox 1.3"
26
+ Friend Const g_AppNameLong As String = "USGS GW Toolbox 1.3.2 "
27
27
Friend Const g_URL_Home As String = "http://water.usgs.gov/ogw/gwtoolbox/"
28
28
Friend Const g_URL_Register As String = "http://hspf.com/pub/USGS-GW/register.html"
29
29
# ElseIf ProgramName = "USGS SW Toolbox" Then
30
30
Public Const g_AppNameRegistry As String = "USGS-SW" 'For preferences in registry
31
31
Friend Const g_AppNameShort As String = "SW Toolbox"
32
- Friend Const g_AppNameLong As String = "USGS SW Toolbox 1.0.3 "
32
+ Friend Const g_AppNameLong As String = "USGS SW Toolbox 1.0.5 "
33
33
Friend Const g_URL_Home As String = "https://water.usgs.gov/osw/swtoolbox/"
34
34
Friend Const g_URL_Register As String = "http://hspf.com/pub/USGS-SW/register.html"
35
35
# ElseIf ProgramName = "USGS Hydrologic Toolbox" Then
You can’t perform that action at this time.
0 commit comments