From 9319159d78d3f42cc3affc624ee088b47eec47ff Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 10 Aug 2014 08:47:03 +0000 Subject: don't write selected language in mirandaboot.ini git-svn-id: http://svn.miranda-ng.org/main/trunk@10141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/langpack/lpopts.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/langpack') diff --git a/src/modules/langpack/lpopts.cpp b/src/modules/langpack/lpopts.cpp index 5ea238b859..a6963d89b1 100644 --- a/src/modules/langpack/lpopts.cpp +++ b/src/modules/langpack/lpopts.cpp @@ -167,8 +167,6 @@ INT_PTR CALLBACK DlgLangpackOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lP LANGPACK_INFO *pack = (LANGPACK_INFO*)ComboBox_GetItemData(hwndList, i); if (i == idx) { db_set_ts(NULL, "Langpack", "Current", pack->tszFileName); - PathToAbsoluteT(_T("\\mirandaboot.ini"), tszPath); - WritePrivateProfileString(_T("Language"), _T("DefaultLanguage"), pack->tszFileName, tszPath); lstrcpy(tszPath, pack->tszFullPath); pack->flags |= LPF_ENABLED; } -- cgit v1.2.3