Changeset 163 for Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreTable.cp
- Timestamp:
- 03/16/08 12:42:43 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/v4.1d1/MacOS/Sources/Application/Calendar/Calendar_View/Calendar_Store_View/CCalendarStoreTable.cp
r160 r163 281 281 outEnabled = true; 282 282 outUsesMark = true; 283 outMark = node->GetProtocol()->IsLoggedOn() ? checkMark :noMark;283 outMark = node->GetProtocol()->IsLoggedOn() ? (UInt16)checkMark : (UInt16)noMark; 284 284 ::GetIndString(outName, STRx_Standards, !outMark ? str_Logon : str_Logoff); 285 285 } … … 301 301 outEnabled = true; 302 302 outUsesMark = true; 303 outMark = !node->GetProtocol()->IsDisconnected() ? checkMark :noMark;303 outMark = !node->GetProtocol()->IsDisconnected() ? (UInt16)checkMark : (UInt16)noMark; 304 304 ::GetIndString(outName, STRx_Standards, !outMark ? str_Logon : str_Logoff); 305 305 }