Alternate.cur added with reference of right_ptr

This commit is contained in:
ful1e5 2020-11-06 10:00:03 +05:30
parent f748962c81
commit e66af1b7f6
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ windows_cursors = {
"sb_v_double_arrow.cur": "SizeNS.cur",
"fd_double_arrow.cur": "SizeNESW.cur",
"sb_h_double_arrow.cur": "SizeWE.cur",
"sb_up_arrow.cur": "UpArrow.cur",
"right_ptr.cur": "Alternate.cur",
"wait.ani": "Wait.ani",
}

View file

@ -29,7 +29,7 @@ HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,
"SizeNWSE.cur"
"SizeNESW.cur"
"SizeAll.cur"
"UpArrow.cur"
"Alternate.cur"
"Hand.cur"
[Strings]
@ -48,5 +48,5 @@ horz = "SizeWE.cur"
dgn1 = "SizeNWSE.cur"
dgn2 = "SizeNESW.cur"
move = "SizeAll.cur"
alternate = "UpArrow.cur"
alternate = "Alternate.cur"
link = "Hand.cur"