diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-18 20:09:43 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-18 20:09:43 +0000 |
commit | 945e9310ff1812aa38b9dbf6d8c4273a1bc40eda (patch) | |
tree | 3feb1928036af1bbe806a6215264f61968453c83 /plugins/PluginUpdater/src/DlgUpdate.cpp | |
parent | d794b8dbf82718813c26a56e8141c79732d5765a (diff) |
cosmetic patch by Cthulhux (fixes #420)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5404 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/DlgUpdate.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index c187455d9d..771eaa7b8e 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -290,6 +290,7 @@ static INT_PTR CALLBACK DlgUpdate(HWND hDlg, UINT message, WPARAM wParam, LPARAM case IDC_DETAILS:
bShowDetails = !bShowDetails;
ResizeVert(hDlg, bShowDetails ? 242 : 60);
+ SetDlgItemText(hDlg, IDC_DETAILS, (bShowDetails ? TranslateT("Details >>") : TranslateT("<< Details")));
break;
case IDC_SELALL:
|