diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-01-17 10:40:57 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-01-17 10:40:57 +0000 |
commit | d856ff89393e9bbef394c4c88b1250ef2e5d369d (patch) | |
tree | f96a6acc80b6344edf1fffa739002fc3c4b14a19 /plugins/AutoShutdown | |
parent | 3c6aaaa49c1eac0bee54a02fc3e22b017f8288b2 (diff) |
NG-ized few old IM relics.
git-svn-id: http://svn.miranda-ng.org/main/trunk@3129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown')
-rw-r--r-- | plugins/AutoShutdown/src/shutdownsvc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AutoShutdown/src/shutdownsvc.cpp b/plugins/AutoShutdown/src/shutdownsvc.cpp index c8f524e874..5361f636f2 100644 --- a/plugins/AutoShutdown/src/shutdownsvc.cpp +++ b/plugins/AutoShutdown/src/shutdownsvc.cpp @@ -522,7 +522,7 @@ INT_PTR ServiceGetTypeDescription(WPARAM wParam,LPARAM lParam) _T("Lock workstation"),_T("Hang up dialup connections"),_T("Close Miranda NG"),
_T("Set Miranda NG offline"),_T("Log off user"),_T("Restart computer"),_T("Shutdown computer"),
_T("Standby mode"),_T("Hibernate mode"),_T("Lock workstation"),_T("Hang up dialup connections")};
- const TCHAR *apszLong[]={_T("Sets all Miranda NG protocols to offline and closes Miranda IM."),
+ const TCHAR *apszLong[]={_T("Sets all Miranda NG protocols to offline and closes Miranda NG."),
_T("Sets all Miranda NG protocols to offline."),
_T("Logs the current Windows user off so that another user can log in."),
_T("Shuts down Windows and then restarts Windows."),
|