From cc18095cded14f5e7e3f049e47fca2224134b647 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 19 Sep 2010 19:44:13 +0000 Subject: text rendering cleanups, inventory capacity & cargo volume --- src/client/worldview.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/client/worldview.cc') diff --git a/src/client/worldview.cc b/src/client/worldview.cc index c4f932b..684e08e 100644 --- a/src/client/worldview.cc +++ b/src/client/worldview.cc @@ -29,13 +29,13 @@ WorldView::WorldView(ui::Widget *parent) : ui::Widget(parent) view_playerview->hide(); // icon buttons - view_menubutton = new ui::IconButton(this, "icons/button_menu", "ui_menu"); + view_menubutton = new ui::IconButton(this, "bitmaps/icons/button_menu", "ui_menu"); - view_launchbutton = new ui::IconButton(this, "icons/button_launch", "launch"); - view_dockbutton = new TargetIconButton(this, "icons/button_dock", "dock", core::Entity::Dockable); + view_launchbutton = new ui::IconButton(this, "bitmaps/icons/button_launch", "launch"); + view_dockbutton = new TargetIconButton(this, "bitmaps/icons/button_dock", "dock", core::Entity::Dockable); - view_chatbutton = new ui::IconButton(this, "icons/button_chat", "ui_chat"); - view_mapbutton = new ui::IconButton(this, "icons/button_map", "ui_map"); + view_chatbutton = new ui::IconButton(this, "bitmaps/icons/button_chat", "ui_chat"); + view_mapbutton = new ui::IconButton(this, "bitmaps/icons/button_map", "ui_map"); } WorldView::~WorldView() -- cgit v1.2.3