changed documentation directory references
This commit is contained in:
parent
aa29e18fa1
commit
747766274e
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Config_init()
|
|||
Config_normFgColor :=
|
||||
Config_selBgColor :=
|
||||
Config_selFgColor :=
|
||||
Config_barCommands := "Run, explore docs;Monitor_toggleBar();Main_reload();Reload;ExitApp"
|
||||
Config_barCommands := "Run, explore doc;Monitor_toggleBar();Main_reload();Reload;ExitApp"
|
||||
Config_readinBat := False
|
||||
Config_readinCpu := False
|
||||
Config_readinDate := True
|
||||
|
|
|
@ -114,7 +114,7 @@ Main_evalCommand(command)
|
|||
}
|
||||
|
||||
Main_help:
|
||||
Run, explore %A_ScriptDir%\docs
|
||||
Run, explore %A_ScriptDir%\doc
|
||||
Return
|
||||
|
||||
Main_quit:
|
||||
|
|
Loading…
Reference in a new issue