From 98bef8d10e97f40091f927942fe1845c4f7a1e6d Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 8 Jun 2014 09:08:43 +0000 Subject: MessageVox caption and text mix-up fix git-svn-id: http://svn.miranda-ng.org/main/trunk@9422 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/DlgUpdate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/PluginUpdater') diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index efdb9ebcf3..9341df53ce 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -135,7 +135,7 @@ static void ApplyUpdates(void *param) db_set_b(NULL, MODNAME, "RestartCount", 5); // 5) Prepare Restart - int rc = MessageBox(hDlg, TranslateT("Plugin Updater"), TranslateT("Update complete. Press Yes to restart Miranda now or No to postpone a restart until the exit."), MB_YESNO | MB_ICONQUESTION); + int rc = MessageBox(hDlg, TranslateT("Update complete. Press Yes to restart Miranda now or No to postpone a restart until the exit."), TranslateT("Plugin Updater"), MB_YESNO | MB_ICONQUESTION); EndDialog(hDlg, 0); if (rc == IDYES) CallFunctionAsync(RestartMe, 0); -- cgit v1.2.3