save localisation template to the right directory.

This commit is contained in:
dinkc64 2019-09-02 00:54:54 -04:00
parent 13c8885f14
commit 5e50d12d17
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ static int LocaliseDownloadOkay()
ofn.lpstrFilter = szFilter;
ofn.lpstrFile = szChoice;
ofn.nMaxFile = sizeof(szChoice) / sizeof(TCHAR);
ofn.lpstrInitialDir = _T(".");
ofn.lpstrInitialDir = _T(".\\config\\localisation");
ofn.Flags = OFN_NOCHANGEDIR | OFN_HIDEREADONLY;
ofn.lpstrDefExt = _T("dat");
ofn.lpstrTitle = szTitle;