diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-07 10:50:54 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-07 10:50:54 +0000 |
commit | 24a7509680345b2c2b8d083104492e72f32d465d (patch) | |
tree | cadde9ad0aecc1a8ba43ea28e56224212c152eee /plugins/CountryFlags | |
parent | e50e40b41d87eddd8c2acc9e0291fdd51e963c8b (diff) |
- Options tree items change
git-svn-id: http://svn.miranda-ng.org/main/trunk@2681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CountryFlags')
-rw-r--r-- | plugins/CountryFlags/src/extraimg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CountryFlags/src/extraimg.cpp b/plugins/CountryFlags/src/extraimg.cpp index 0b1648bd6b..3883b8bf71 100644 --- a/plugins/CountryFlags/src/extraimg.cpp +++ b/plugins/CountryFlags/src/extraimg.cpp @@ -272,7 +272,7 @@ static int ExtraImgOptInit(WPARAM wParam,LPARAM lParam) odp.hInstance = hInst;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_EXTRAIMG);
odp.position = 900000002;
- odp.pszGroup = LPGEN("Contact List"); /* autotranslated */
+ odp.pszGroup = LPGEN("Icons"); /* autotranslated */
odp.pszTitle = LPGEN("Country Flags"); /* autotranslated */
odp.pszTab = LPGEN("Country Flags"); /* autotranslated, can be made a tab */
odp.flags = ODPF_BOLDGROUPS;
|