Changeset 9623 in orxonox.OLD for branches/proxy/src/lib/network/monitor
- Timestamp:
- Jul 30, 2006, 10:32:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/network/monitor/network_stats_widget.cc
r9622 r9623 23 23 #include "shell_command.h" 24 24 25 #include "loading/resource_manager.h" 26 25 27 // this fcuk does not work! 26 28 // SHELL_COMMAND(gui, NetworkStatsWidget, toggleGUI) … … 34 36 this->setIP(ip); 35 37 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"); 38 40 39 41 this->pack(&this->_name);
Note: See TracChangeset
for help on using the changeset viewer.