changing link icon

This commit is contained in:
Niraj Venkat 2015-06-26 16:27:04 -07:00
parent 87fce44271
commit fe8d539cf5
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() {