Merge pull request #5219 from venkatn93/master

Changing tooltip reticle
This commit is contained in:
Brad Davis 2015-06-29 10:51:16 -07:00
commit 5cfa22396c
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -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() {