diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 09:23:57 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 09:23:57 +0000 |
commit | 25747f06ccfca211d883955608bd779d98c360c2 (patch) | |
tree | f17c20c4001d10e229a9d1a0a86a90bb65a01106 /plugins/AutoShutdown | |
parent | d8fdc1b64f985ca228ab231069b4e556ded07006 (diff) |
Yet another Miranda IM > NG rename part 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@1461 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown')
-rw-r--r-- | plugins/AutoShutdown/src/shutdownsvc.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/AutoShutdown/src/shutdownsvc.cpp b/plugins/AutoShutdown/src/shutdownsvc.cpp index 57c12c65a2..3c33d39653 100644 --- a/plugins/AutoShutdown/src/shutdownsvc.cpp +++ b/plugins/AutoShutdown/src/shutdownsvc.cpp @@ -440,8 +440,8 @@ static INT_PTR CALLBACK ShutdownDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPAR return TRUE;
case M_UPDATE_COUNTDOWN: /* lParam=(WORD)countdown */
{ TCHAR szText[256];
- TCHAR *desc[]={_T("Miranda IM is going to be automatically closed in %u second(s)."),
- _T("All Miranda IM protocols are going to be set to offline in %u second(s)."),
+ TCHAR *desc[]={_T("Miranda NG is going to be automatically closed in %u second(s)."),
+ _T("All Miranda NG protocols are going to be set to offline in %u second(s)."),
_T("You will be logged off automatically in %u second(s)."),
_T("The computer will automatically be restarted in %u second(s)."),
_T("The computer will automatically be set to standby mode in %u second(s)."),
@@ -517,13 +517,13 @@ INT_PTR ServiceIsTypeEnabled(WPARAM wParam,LPARAM lParam) INT_PTR ServiceGetTypeDescription(WPARAM wParam,LPARAM lParam)
{
TCHAR *pszDesc;
- const TCHAR *apszShort[]={_T("Close Miranda IM"),_T("Set Miranda IM offline"),_T("Log off user"),
+ const TCHAR *apszShort[]={_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"),_T("Close Miranda IM"),
- _T("Set Miranda IM offline"),_T("Log off user"),_T("Restart computer"),_T("Shutdown computer"),
+ _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 IM protocols to offline and closes Miranda IM."),
- _T("Sets all Miranda IM protocols to offline."),
+ const TCHAR *apszLong[]={_T("Sets all Miranda NG protocols to offline and closes Miranda IM."),
+ _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."),
_T("Closes all running programs and shuts down Windows to a point at which it is safe to turn off the power."),
|