diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-29 17:24:47 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-03-29 17:24:47 +0000 |
commit | 340787feede3fa8ab296a160b5d51ead4a518a58 (patch) | |
tree | 978edcd533128b48949028f15f535015e67fbd8b /plugins/Msg_Export/src | |
parent | 3a7f5050eeff90d8751aefd99dcdad0eb1f4062a (diff) |
minor translation fixes (fixes #283, #284)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src')
-rwxr-xr-x | plugins/Msg_Export/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 4dcc59c5e2..9280c3fc1c 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -964,7 +964,7 @@ static INT_PTR CALLBACK DlgProcMsgExportOpts(HWND hwndDlg, UINT msg, WPARAM wPar sBrowseInfo.hwndOwner = hwndDlg;
sBrowseInfo.pidlRoot = NULL;
sBrowseInfo.pszDisplayName = lpDestDir;
- sBrowseInfo.lpszTitle = LPGENT("Select Destination Directory");
+ sBrowseInfo.lpszTitle = TranslateT("Select Destination Directory");
sBrowseInfo.ulFlags = BIF_NEWDIALOGSTYLE | BIF_EDITBOX;;
sBrowseInfo.lpfn = NULL;
sBrowseInfo.lParam = 0;
|