mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
changing link icon
This commit is contained in:
parent
87fce44271
commit
fe8d539cf5
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