diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-09-15 11:14:42 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-09-15 11:14:42 +0000 |
commit | dfbd133ca4878f0b5b10cb978a259a954f87c998 (patch) | |
tree | 3b3d2c9420a2b1705dfb28cc14b0f45050a86571 /plugins/PluginUpdater | |
parent | 0761c9be1c46ec1a2b22751fefb20777102315ff (diff) |
PluginUpdater: cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@6068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 9422445a3c..1bc97ba68d 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -129,7 +129,7 @@ static void ApplyUpdates(void *param) PopupDataText temp;
temp.Title = TranslateT("Plugin Updater");
temp.Text = tszBuff;
- lstrcpyn(tszBuff, TranslateT("Update complete. Press Yes to restart Miranda now or No to postpone a restart until the exit"), SIZEOF(tszBuff));
+ lstrcpyn(tszBuff, TranslateT("Update complete. Press Yes to restart Miranda now or No to postpone a restart until the exit."), SIZEOF(tszBuff));
int rc = MessageBox(hDlg, temp.Text, temp.Title, MB_YESNO | MB_ICONQUESTION);
if (rc == IDYES)
CallFunctionAsync(RestartMe, 0);
|