diff options
author | George Hazan <george.hazan@gmail.com> | 2015-12-15 13:38:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-12-15 13:38:03 +0000 |
commit | 2140d9b0af085a1c813655659aed6a4b31201ca7 (patch) | |
tree | 06721a71257b82829519e8e78a664ef5a1a06375 /plugins/Clist_modern | |
parent | 4b7e30d64fef3ce4809e3cb16bfa04a3c2269f0f (diff) |
frames' menu: system items made unmovable, but discardable
git-svn-id: http://svn.miranda-ng.org/main/trunk@15865 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/src/cluiframes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/cluiframes.cpp b/plugins/Clist_modern/src/cluiframes.cpp index 8882bee95e..0678be57dd 100644 --- a/plugins/Clist_modern/src/cluiframes.cpp +++ b/plugins/Clist_modern/src/cluiframes.cpp @@ -3395,7 +3395,7 @@ int LoadCLUIFramesModule(void) // create "show all frames" menu
mi.root = cont.MainMenuItem;
mi.hIcolibItem = NULL;
- mi.flags = CMIF_SYSTEM;
+ mi.flags = CMIF_UNMOVABLE;
mi.position = 4000090000;
mi.name.a = LPGEN("Show all frames");
mi.pszService = MS_CLIST_FRAMES_SHOWALLFRAMES;
|