diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 21:08:30 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 21:08:30 +0000 |
commit | 96dfad03c5e61003c9987b6c342cc248f3625a94 (patch) | |
tree | 6954ddaa84f48d3927633a3d33f549488576112c /plugins/Clist_modern/src | |
parent | 8712f0c3591941711f8407fc069a1fbd98efbd65 (diff) |
Clist_modern: List Background -> List background
git-svn-id: http://svn.miranda-ng.org/main/trunk@7468 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src')
-rw-r--r-- | plugins/Clist_modern/src/modern_clcopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/modern_clcopts.cpp b/plugins/Clist_modern/src/modern_clcopts.cpp index 0a8519eefd..69ebceb33e 100644 --- a/plugins/Clist_modern/src/modern_clcopts.cpp +++ b/plugins/Clist_modern/src/modern_clcopts.cpp @@ -1974,7 +1974,7 @@ int ClcOptInit(WPARAM wParam, LPARAM lParam) odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_CLIST_LISTBKG);
odp.pszGroup = LPGEN("Skins");
odp.pszTitle = LPGEN("Contact List");
- odp.pszTab = LPGEN("List Background");
+ odp.pszTab = LPGEN("List background");
odp.pfnDlgProc = DlgProcClcBkgOpts;
odp.flags = ODPF_BOLDGROUPS;
Options_AddPage(wParam, &odp);
|