diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-12-20 18:52:31 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-12-20 18:52:31 +0000 |
commit | 37e20a1b0fa2bdc4930ae3cb826e922bc5898ad0 (patch) | |
tree | 3473eec09f0a885d2ca70790b33f7996a7624a4a /plugins/ProfileManager | |
parent | 709e8dfa330fc9ce805c29299705ac0304fbdcfa (diff) |
decapitalization and resource cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@15920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ProfileManager')
-rw-r--r-- | plugins/ProfileManager/src/pmanagerEx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ProfileManager/src/pmanagerEx.cpp b/plugins/ProfileManager/src/pmanagerEx.cpp index 14f5ff10fc..a92f724b19 100644 --- a/plugins/ProfileManager/src/pmanagerEx.cpp +++ b/plugins/ProfileManager/src/pmanagerEx.cpp @@ -65,7 +65,7 @@ static INT_PTR LoadPM(WPARAM, LPARAM) static INT_PTR CheckDb(WPARAM, LPARAM)
{
- if (MessageBox(0, TranslateT("Miranda NG will exit and Database checker will start.\n\nAre you sure you want to do this?"), TranslateT("Check Database"), MB_ICONWARNING | MB_YESNO | MB_DEFBUTTON2) == IDYES) {
+ if (MessageBox(0, TranslateT("Miranda NG will exit and Database checker will start.\n\nAre you sure you want to do this?"), TranslateT("Check database"), MB_ICONWARNING | MB_YESNO | MB_DEFBUTTON2) == IDYES) {
TCHAR mirandaPath[MAX_PATH], cmdLine[100];
PROCESS_INFORMATION pi;
STARTUPINFO si = { 0 };
|