mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 23:12:16 +02:00
Merge pull request #5219 from venkatn93/master
Changing tooltip reticle
This commit is contained in:
commit
5cfa22396c
2 changed files with 1 additions and 1 deletions
BIN
interface/resources/images/link.png
Normal file
BIN
interface/resources/images/link.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -50,7 +50,7 @@ namespace Cursor {
|
|||
|
||||
Manager::Manager() {
|
||||
ICONS[Icon::DEFAULT] = PathUtils::resourcesPath() + "images/arrow.png";
|
||||
ICONS[Icon::LINK] = PathUtils::resourcesPath() + "images/reticleLink.png";
|
||||
ICONS[Icon::LINK] = PathUtils::resourcesPath() + "images/link.png";
|
||||
}
|
||||
|
||||
Manager& Manager::instance() {
|
||||
|
|
Loading…
Reference in a new issue