diff options
Diffstat (limited to 'plugins/Clist_modern/modern_framesmenu.cpp')
-rw-r--r-- | plugins/Clist_modern/modern_framesmenu.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/modern_framesmenu.cpp b/plugins/Clist_modern/modern_framesmenu.cpp index 9fc07f5e07..950bf122bb 100644 --- a/plugins/Clist_modern/modern_framesmenu.cpp +++ b/plugins/Clist_modern/modern_framesmenu.cpp @@ -113,7 +113,7 @@ static INT_PTR BuildContextFrameMenu(WPARAM wParam,LPARAM lParam) }
// == == == == == == == == == == == == == Frames end
-boolean InternalGenMenuModule = FALSE;
+bool InternalGenMenuModule = FALSE;
int MeasureItemProxy(WPARAM wParam,LPARAM lParam) {
@@ -172,7 +172,7 @@ int InitFramesMenus(void) {
TMenuParam tmp;
- if (!ServiceExists(MO_REMOVEMENUOBJECT))
+ if ( !ServiceExists(MO_REMOVEMENUOBJECT))
{
InitCustomMenus();
|