From e66af1b7f6ff4036c98e871207b4414f554c63a8 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Fri, 6 Nov 2020 10:00:03 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20Alternate.cur=20added=20with=20refe?= =?UTF-8?q?rence=20of=20right=5Fptr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CURSORS.md | 2 +- builder/bundler.py | 2 +- builder/windows.inf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CURSORS.md b/CURSORS.md index 664d1601..0832dd9c 100644 --- a/CURSORS.md +++ b/CURSORS.md @@ -44,7 +44,7 @@ | | | sb_h_double_arrow.svg | `None` | `SizeWE.cur` | | | | sb_left_arrow.svg | `None` | | | | | sb_right_arrow.svg | `None` | | -| | | sb_up_arrow.svg | `None` | `UpArrow.cur` | +| | | sb_up_arrow.svg | `None` | `Alternate.cur` | | | | sb_v_double_arrow.svg | `None` | `SizeNS.cur` | | | | top_side.svg | `None` | | | | | bottom_side.svg | `None` | | diff --git a/builder/bundler.py b/builder/bundler.py index 8c57c568..06147e8b 100644 --- a/builder/bundler.py +++ b/builder/bundler.py @@ -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", } diff --git a/builder/windows.inf b/builder/windows.inf index 346caeed..c9e11562 100644 --- a/builder/windows.inf +++ b/builder/windows.inf @@ -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" \ No newline at end of file