Tweaked some error messages and fixed a rare bug with AddShortcut

This commit is contained in:
Homes32
2022-06-20 15:35:34 -05:00
parent e33dddf53a
commit 7be6d89d8a
25 changed files with 41 additions and 41 deletions

View File

@@ -107,7 +107,7 @@ RegWrite,HKLM,0x3,"Tmp_Default\Control Panel\Desktop","UserPreferencesMask",#r
If,%cmb_LangBarPos%,Equal,"Docked in the TaskBar",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","ShowStatus",4
Else,If,%cmb_LangBarPos%,Equal,"Floating On Desktop",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","ShowStatus",0
Else,If,%cmb_LangBarPos%,Equal,"Hidden",RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","ShowStatus",3
Else,Halt,"Logic Error: No configuration defined for language bar position [%cmb_LangBarPos%]"
Else,Halt,"INTERNAL LOGIC ERROR: No configuration defined for language bar position [%cmb_LangBarPos%]"
// Show the Language bar as transparent when inactive
If,%cb_LangBarTransparent%,Equal,True,RegWrite,HKLM,0x4,"Tmp_Default\Software\Microsoft\CTF\LangBar","Transparency",64

View File

@@ -55,7 +55,7 @@ If,%cmb_Theme%,Equal,"Default",Echo,"Using Default Theme"
Else,If,%cmb_Theme%,Equal,"Annihilator",Run,%ScriptFile%,Theme-Annihilator
Else,If,%cmb_Theme%,Equal,"Nocturnal",Run,%ScriptFile%,Theme-Nocturnal
Else,If,%cmb_Theme%,Equal,"Custom",Run,%ScriptFile%,Theme-Custom
Else,Halt,"LOGIC ERROR: [%cmb_Theme%] is not a valid theme."
Else,Halt,"INTERNAL LOGIC ERROR: [%cmb_Theme%] is not a valid theme."
Run,%ScriptFile%,ColorMeBadd

View File

@@ -120,7 +120,7 @@ Else,If,%cmb_Position%,Equal,"Tile",Begin
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Desktop\General","TileWallpaper",1
RegWrite,HKLM,0x1,"Tmp_Default\Software\Microsoft\Internet Explorer\Desktop\General","WallpaperStyle",0
End
Else,Halt,"LOGIC ERROR: No configuration exists for [%cmb_Position%]"
Else,Halt,"INTERNAL LOGIC ERROR: No configuration exists for [%cmb_Position%]"
Run,%ScriptFile%,ColorMeBadd