Remove blank XP case
This commit is contained in:
parent
33b5b2ef60
commit
31b1ce0bf1
4
fetch
4
fetch
|
@ -936,10 +936,6 @@ getcols () {
|
||||||
|
|
||||||
getvisualstyle () {
|
getvisualstyle () {
|
||||||
case "$os" in
|
case "$os" in
|
||||||
"Windows XP")
|
|
||||||
|
|
||||||
;;
|
|
||||||
|
|
||||||
"Windows"*)
|
"Windows"*)
|
||||||
path="/proc/registry/HKEY_CURRENT_USER/Software/Microsoft"
|
path="/proc/registry/HKEY_CURRENT_USER/Software/Microsoft"
|
||||||
path+="/Windows/CurrentVersion/Themes/CurrentTheme"
|
path+="/Windows/CurrentVersion/Themes/CurrentTheme"
|
||||||
|
|
Reference in New Issue