diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-12 00:27:32 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-05-12 00:27:32 +0000 |
commit | 87da2bd8e4b4a4e46426e45df3dc866e141bb32d (patch) | |
tree | 920d8cb6b459a162858f6f3ec5cab27c330d1a97 /Plugins/extraicons/options.cpp | |
parent | 3b6ea446f128e2b29c9964d3f1ad2eedd806d8d1 (diff) |
extraicons: 0.2.5.0
* Fix for crash on reseting icons
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@176 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/extraicons/options.cpp')
-rw-r--r-- | Plugins/extraicons/options.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Plugins/extraicons/options.cpp b/Plugins/extraicons/options.cpp index 965cb2a..88ae210 100644 --- a/Plugins/extraicons/options.cpp +++ b/Plugins/extraicons/options.cpp @@ -40,8 +40,7 @@ int InitOptionsCallback(WPARAM wParam, LPARAM lParam) odp.hInstance = hInst;
odp.pszGroup = LPGENT("Contact List");
odp.pszTitle = LPGENT("Extra icons");
- // odp.pszTitle = LPGENT("Contact List");
- // odp.pszTab = LPGENT("Extra icons");
+ odp.pszTab = LPGENT("General");
odp.pfnDlgProc = OptionsDlgProc;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS);
odp.flags = ODPF_BOLDGROUPS | ODPF_EXPERTONLY;
|