Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2006, 10:32:24 PM (18 years ago)
Author:
bensch
Message:

less debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/lib/network/monitor/network_stats_widget.cc

    r9622 r9623  
    2323#include "shell_command.h"
    2424
     25#include "loading/resource_manager.h"
     26
    2527// this fcuk does not work!
    2628// SHELL_COMMAND(gui, NetworkStatsWidget, toggleGUI)
     
    3436  this->setIP(ip);
    3537
    36   this->_name.setFont("fonts/arial.ttf");
    37   this->_ip.setFont("fonts/arial.ttf");
     38  this->_name.setFont(ResourceManager::getInstance()->getDataDir() + "/fonts/arial.ttf");
     39  this->_ip.setFont(ResourceManager::getInstance()->getDataDir() + "fonts/arial.ttf");
    3840
    3941  this->pack(&this->_name);
Note: See TracChangeset for help on using the changeset viewer.