diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-26 08:34:59 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-26 08:34:59 +0000 |
commit | b0e4435c00e362b43c494bb778bb3167eb64951f (patch) | |
tree | 9813d9bcc14d79281c1b7e3eddfc3fb3ed570b5e /src/modules/langpack/lpopts.cpp | |
parent | 79906e16a66126e90444829b788f77eaa1e1f0a8 (diff) |
end of the plugins list in a langpack description
git-svn-id: http://svn.miranda-ng.org/main/trunk@8754 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/langpack/lpopts.cpp')
-rw-r--r-- | src/modules/langpack/lpopts.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/langpack/lpopts.cpp b/src/modules/langpack/lpopts.cpp index 39493c6e8b..33fd36e2a0 100644 --- a/src/modules/langpack/lpopts.cpp +++ b/src/modules/langpack/lpopts.cpp @@ -71,7 +71,6 @@ static void DisplayPackInfo(HWND hwndDlg, const LANGPACK_INFO *pack) SetDlgItemText_CP(hwndDlg, IDC_LANGMODUSING, pack->codepage, pack->szLastModifiedUsing);
SetDlgItemText_CP(hwndDlg, IDC_LANGAUTHORS, pack->codepage, pack->szAuthors);
SetDlgItemText_CP(hwndDlg, IDC_LANGEMAIL, pack->codepage, pack->szAuthorEmail);
- SetDlgItemText_CP(hwndDlg, IDC_PLUGINSINCLUDED, pack->codepage, pack->szPluginsIncluded);
SetDlgItemText(hwndDlg, IDC_LANGINFOFRAME, TranslateTS(pack->tszLanguage));
}
|