From 694e6e4148e19168f930406b13a3f63981341c05 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 17 Jan 2005 18:54:32 +0000 Subject: Converted all GUI images to PNG --- src/gui/button.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/button.cpp') diff --git a/src/gui/button.cpp b/src/gui/button.cpp index 4474d6a4..71fac17e 100644 --- a/src/gui/button.cpp +++ b/src/gui/button.cpp @@ -31,10 +31,10 @@ Button::Button(const std::string& caption): // Load the skin ResourceManager *resman = ResourceManager::getInstance(); Image *btn[4]; - btn[0] = resman->getImage("core/graphics/gui/button.bmp"); - btn[1] = resman->getImage("core/graphics/gui/buttonhi.bmp"); - btn[2] = resman->getImage("core/graphics/gui/buttonpress.bmp"); - btn[3] = resman->getImage("core/graphics/gui/button_disabled.bmp"); + btn[0] = resman->getImage("core/graphics/gui/button.png"); + btn[1] = resman->getImage("core/graphics/gui/buttonhi.png"); + btn[2] = resman->getImage("core/graphics/gui/buttonpress.png"); + btn[3] = resman->getImage("core/graphics/gui/button_disabled.png"); int bgridx[4] = {0, 9, 16, 25}; int bgridy[4] = {0, 4, 19, 24}; int a, x, y; -- cgit v1.2.3-70-g09d2