diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-17 18:54:32 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-17 18:54:32 +0000 |
commit | 694e6e4148e19168f930406b13a3f63981341c05 (patch) | |
tree | 122603f02a0bc3bbd2515a40e54abaf620f3ece1 /src/gui/scrollarea.cpp | |
parent | 44a347ccc40bb4a42f03743f5e2401769da41289 (diff) | |
download | mana-694e6e4148e19168f930406b13a3f63981341c05.tar.gz mana-694e6e4148e19168f930406b13a3f63981341c05.tar.bz2 mana-694e6e4148e19168f930406b13a3f63981341c05.tar.xz mana-694e6e4148e19168f930406b13a3f63981341c05.zip |
Converted all GUI images to PNG
Diffstat (limited to 'src/gui/scrollarea.cpp')
-rw-r--r-- | src/gui/scrollarea.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/scrollarea.cpp b/src/gui/scrollarea.cpp index 33fa1253..8bdcae70 100644 --- a/src/gui/scrollarea.cpp +++ b/src/gui/scrollarea.cpp @@ -43,7 +43,7 @@ void ScrollArea::init() // Load the background skin ResourceManager *resman = ResourceManager::getInstance(); - Image *textbox = resman->getImage("core/graphics/gui/textbox.bmp"); + Image *textbox = resman->getImage("core/graphics/gui/textbox.png"); int bggridx[4] = {0, 9, 16, 25}; int bggridy[4] = {0, 4, 19, 24}; int a = 0, x, y; @@ -59,7 +59,7 @@ void ScrollArea::init() } // Load vertical scrollbar skin - Image *vscroll = resman->getImage("core/graphics/gui/vscroll.bmp"); + Image *vscroll = resman->getImage("core/graphics/gui/vscroll.png"); int vsgridx[4] = {0, 4, 8, 11}; int vsgridy[4] = {0, 4, 13, 19}; a = 0; |