Changeset 6030 for branches/newosd/src/iface.cpp
- Timestamp:
- 01/12/08 22:05:28 (10 months ago)
- Files:
-
- 1 modified
-
branches/newosd/src/iface.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newosd/src/iface.cpp
r6029 r6030 95 95 CUserEvent* ue = u->EventPeekId(sig->Argument()); 96 96 if (ue == NULL) 97 { 98 msg = "Failed to retrieve message contents sent by "; 99 msg += u->GetAlias(); 97 100 break; 101 } 98 102 if (conf->markSecure && u->Secure()) 99 103 msg += " (S)";
