From 404c498795c0bbc2ef86a6436f700986e4dbc651 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Fri, 8 Oct 2021 17:58:52 +0300
Subject: [PATCH] SL-14664 Fix missed resource declaration

---
 indra/newview/res/viewerRes.rc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc
index ff2d8b4943a..4ee26a312a9 100755
--- a/indra/newview/res/viewerRes.rc
+++ b/indra/newview/res/viewerRes.rc
@@ -99,6 +99,7 @@ END
 TOOLGRAB                CURSOR                  "lltoolgrab.cur"
 TOOLLAND                CURSOR                  "lltoolland.cur"
 TOOLZOOMIN              CURSOR                  "lltoolzoomin.cur"
+TOOLZOOMOUT             CURSOR                  "lltoolzoomout.cur"
 TOOLCREATE              CURSOR                  "lltoolcreate.cur"
 ARROWDRAG               CURSOR                  "llarrowdrag.cur"
 ARROW                   CURSOR                  "llarrow.cur"
-- 
GitLab