diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-10-08 17:58:52 +0300 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-10-08 17:58:52 +0300 | 
| commit | 404c498795c0bbc2ef86a6436f700986e4dbc651 (patch) | |
| tree | 03f7fd9a1731151206f1c7d8657764d279aea3f6 | |
| parent | bdb4a90e7c8f05001cf084e30832cedde1b4a03e (diff) | |
SL-14664 Fix missed resource declaration
| -rwxr-xr-x | indra/newview/res/viewerRes.rc | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/indra/newview/res/viewerRes.rc b/indra/newview/res/viewerRes.rc index ff2d8b4943..4ee26a312a 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" | 
