mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
Copy *L10N.ini files to output folder
So that they can be used during debugging.
This commit is contained in:
@@ -110,7 +110,7 @@ static DWORD CALLBACK DllInitThread( void* )
|
||||
GetModuleFileName(g_Instance,path,_countof(path));
|
||||
*PathFindFileName(path)=0;
|
||||
wchar_t fname[_MAX_PATH];
|
||||
Sprintf(fname,_countof(fname),L"%s" INI_PATH L"ExplorerL10N.ini",path);
|
||||
Sprintf(fname,_countof(fname),L"%sExplorerL10N.ini",path);
|
||||
CString language=GetSettingString(L"Language");
|
||||
ParseTranslations(fname,language);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user