Changeset 2285 for code/branches/questsystem3/src/orxonox
- Timestamp:
- Nov 26, 2008, 6:52:25 PM (16 years ago)
- Location:
- code/branches/questsystem3/src/orxonox/overlays/notifications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationManager.cc
r2284 r2285 104 104 continue; 105 105 106 text = text + "\n\n ------------" + container->notification->getTitle(); + "\n" + container->notification->getMessage();106 text = text + "\n\n\n------------" + container->notification->getTitle(); + "\n\n" + container->notification->getMessage(); 107 107 } 108 108 -
code/branches/questsystem3/src/orxonox/overlays/notifications/NotificationQueue.cc
r2283 r2285 84 84 void NotificationQueue::setQueueText(const std::string & text) 85 85 { 86 COUT(3) << text << std::endl; 86 87 this->queueText_ = text; 87 88 }
Note: See TracChangeset
for help on using the changeset viewer.