Changeset c3057cd in nscp for modules/SysTray/SysTray.cpp
- Timestamp:
- 03/05/08 19:15:13 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- a88c550
- Parents:
- 8c7d67f
- File:
-
- 1 edited
-
modules/SysTray/SysTray.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/SysTray/SysTray.cpp
rb5ef837 rc3057cd 38 38 try { 39 39 if ((serviceControll::GetServiceType(SZSERVICENAME)&SERVICE_INTERACTIVE_PROCESS)!=SERVICE_INTERACTIVE_PROCESS) { 40 NSC_LOG_ERROR(_T("SysTray is not installed (or it cannot interact with the desktop) SysTray won t be loaded. Run ") SZAPPNAME _T(" SysTray install tichange this."));40 NSC_LOG_ERROR(_T("SysTray is not installed (or it cannot interact with the desktop) SysTray won't be loaded. Run ") SZAPPNAME _T(" SysTray install to change this.")); 41 41 return true; 42 42 } 43 43 } catch (serviceControll::SCException e) { 44 NSC_LOG_ERROR(_T("SysTray is not installed (or it cannot interact with the desktop) SysTray won t be loaded. Run ") SZAPPNAME _T(" SysTray install tichange this."));44 NSC_LOG_ERROR(_T("SysTray is not installed (or it cannot interact with the desktop) SysTray won't be loaded. Run ") SZAPPNAME _T(" SysTray install to change this.")); 45 45 return true; 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.








